diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-06-06 12:41:16 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-06-06 12:49:55 +0200 |
commit | c8db9313866c4d7bcf34e45e486d2f909daa16d9 (patch) | |
tree | f40ac14b2a95d3582c0bd187ae71748796c751a4 /nihav-codec-support/src | |
parent | 89f25cd7aaba43aa728c4923c27da59b7285b170 (diff) | |
download | nihav-c8db9313866c4d7bcf34e45e486d2f909daa16d9.tar.gz |
remove trailing whitespaces
Diffstat (limited to 'nihav-codec-support/src')
-rw-r--r-- | nihav-codec-support/src/test/enc_video.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nihav-codec-support/src/test/enc_video.rs b/nihav-codec-support/src/test/enc_video.rs index 6f9e1ec..4a258de 100644 --- a/nihav-codec-support/src/test/enc_video.rs +++ b/nihav-codec-support/src/test/enc_video.rs @@ -258,7 +258,7 @@ pub fn test_encoding_to_file(dec_config: &DecoderTestParams, enc_config: &Encode let mut encoder = (encfunc)(); let out_str = encoder.init(0, enc_params).unwrap(); out_sm.add_stream(NAStream::clone(&out_str)); - + let mux_f = enc_config.mux_reg.find_muxer(enc_config.muxer).unwrap(); let out_name = "assets/test_out/".to_owned() + enc_config.out_name; let file = File::create(&out_name).unwrap(); |