From cba93534fcd08cb3b1951d217f6b2cb0cadbbf90 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 13 Aug 2017 13:26:40 +0200 Subject: [PATCH] indeo4: no need to panic --- src/codecs/indeo/indeo4.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- 2.30.2