From: Kostya Shishkov Date: Thu, 9 Jul 2020 08:44:52 +0000 (+0200) Subject: silently ignore decoders that are neither audio nor video X-Git-Url: https://git.nihav.org/?p=nihav-tool.git;a=commitdiff_plain;h=fabefb1bbbe0989b89e588a9409679cf3096d2d8;ds=sidebyside silently ignore decoders that are neither audio nor video --- diff --git a/src/main.rs b/src/main.rs index 79212fd..76e720e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -230,7 +230,6 @@ println!("stream {} - {} {}", i, s, info.get_name()); } } else { decs.push(None); -panic!("decoder {} not found", info.get_name()); } if !has_out { writers.push(Outputter::None);