From: Kostya Shishkov Date: Sat, 24 Feb 2018 17:04:08 +0000 (+0100) Subject: clearvideo: do not output images in test, the decoder works X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=fd0e41ae0bc0c7b22f9534c38ed7373d86d55a3d clearvideo: do not output images in test, the decoder works --- diff --git a/src/codecs/clearvideo.rs b/src/codecs/clearvideo.rs index 7b31c0d..0c2de9b 100644 --- a/src/codecs/clearvideo.rs +++ b/src/codecs/clearvideo.rs @@ -774,7 +774,7 @@ mod test { use test::dec_video::test_file_decoding; #[test] fn test_clv() { - test_file_decoding("avi", "assets/TalkingHead_352x288.avi", Some(10), true, false, Some("clv")); + test_file_decoding("avi", "assets/TalkingHead_352x288.avi", Some(10), true, false, None/*Some("clv")*/); // test_file_decoding("avi", "assets/basketball.avi", None/*Some(10)*/, true, false, Some("clv1")); //panic!("debug"); }