From fabefb1bbbe0989b89e588a9409679cf3096d2d8 Mon Sep 17 00:00:00 2001
From: Kostya Shishkov <kostya.shishkov@gmail.com>
Date: Thu, 9 Jul 2020 10:44:52 +0200
Subject: [PATCH] silently ignore decoders that are neither audio nor video

---
 src/main.rs | 1 -
 1 file changed, 1 deletion(-)

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);
-- 
2.39.5