From: Kostya Shishkov Date: Sun, 12 Nov 2017 08:53:36 +0000 (+0100) Subject: do not output files in indeo4 test X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=5639ce5f3d2c41513ff3c715ce480e2788961bc1;p=nihav.git do not output files in indeo4 test --- diff --git a/src/codecs/indeo/indeo4.rs b/src/codecs/indeo/indeo4.rs index 4dbff2a..52caadd 100644 --- a/src/codecs/indeo/indeo4.rs +++ b/src/codecs/indeo/indeo4.rs @@ -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"); } }