We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce864f7 commit 3891118Copy full SHA for 3891118
av1an-core/src/target_quality.rs
@@ -188,7 +188,7 @@ impl<'a> TargetQuality<'a> {
188
tokio::process::Command::new(pipe_cmd)
189
.args(args)
190
.stderr(if cfg!(windows) {
191
- Stdio::null()
+ Stdio::null()
192
} else {
193
Stdio::piped()
194
})
@@ -207,7 +207,7 @@ impl<'a> TargetQuality<'a> {
207
.stdin(source_pipe_stdout)
208
.stdout(Stdio::piped())
209
210
211
212
213
@@ -225,7 +225,7 @@ impl<'a> TargetQuality<'a> {
225
226
227
228
229
230
231
0 commit comments