indeo4: no need to panic
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 13 Aug 2017 11:26:40 +0000 (13:26 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 13 Aug 2017 11:26:40 +0000 (13:26 +0200)
src/codecs/indeo/indeo4.rs

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