From: Kostya Shishkov Date: Sun, 13 Aug 2017 11:26:40 +0000 (+0200) Subject: indeo4: no need to panic X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=cba93534fcd08cb3b1951d217f6b2cb0cadbbf90;p=nihav.git indeo4: no need to panic --- diff --git a/src/codecs/indeo/indeo4.rs b/src/codecs/indeo/indeo4.rs index e43fc45..4dbff2a 100644 --- a/src/codecs/indeo/indeo4.rs +++ b/src/codecs/indeo/indeo4.rs @@ -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"); } }