do not output files in indeo4 test
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 12 Nov 2017 08:53:36 +0000 (09:53 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 12 Nov 2017 08:53:36 +0000 (09:53 +0100)
src/codecs/indeo/indeo4.rs

index 4dbff2a94cc3c31aaef1632f378fb0ca53d684a9..52caaddf307c1a45b2fc1b7fb7544131f8f70d56 100644 (file)
@@ -768,7 +768,7 @@ mod test {
     use test::dec_video::test_file_decoding;
     #[test]
     fn test_indeo4() {
-         test_file_decoding("avi", "assets/IV4/volcano.avi", /*None*/Some(16), true, false, Some("iv4"));
+         test_file_decoding("avi", "assets/IV4/volcano.avi", /*None*/Some(16), true, false, None/*Some("iv4")*/);
 //panic!("the end");
     }
 }