clearvideo: do not output images in test, the decoder works
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 24 Feb 2018 17:04:08 +0000 (18:04 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 24 Feb 2018 17:35:30 +0000 (18:35 +0100)
src/codecs/clearvideo.rs

index 7b31c0d371fb1c60a0c36c6651f9541bf07772c1..0c2de9b0ca24c62f0cc08e11a897141c030f5ad3 100644 (file)
@@ -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");
     }