aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2017-08-13 13:26:40 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2017-08-13 13:26:40 +0200
commitcba93534fcd08cb3b1951d217f6b2cb0cadbbf90 (patch)
tree00755388bd9b260be841a34b082c6f3aa514f433 /src
parentf6424fca650097e8fc98d78da81b946df826bcb0 (diff)
downloadnihav-cba93534fcd08cb3b1951d217f6b2cb0cadbbf90.tar.gz
indeo4: no need to panic
Diffstat (limited to 'src')
-rw-r--r--src/codecs/indeo/indeo4.rs2
1 files changed, 1 insertions, 1 deletions
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");
}
}