]> git.nihav.org Git - nihav-encoder.git/commitdiff
print input stream name and number
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 4 Feb 2026 17:07:39 +0000 (18:07 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 4 Feb 2026 17:07:39 +0000 (18:07 +0100)
src/transcoder.rs

index a3e3e7e53803a2d6a7867c2d5caae267828704ea..00f81d9d823d61c7dba5550c79ac68ef3269bb4c 100644 (file)
@@ -1129,6 +1129,7 @@ println!("encoder {} is not supported by output (expected {})", istr.id, istr.ge
                     demuxers.push((dmx, false))
                 },
                 (Some(name), _) => {
+                    println!("Input {i}: {name}");
                     let res = File::open(name);
                     if res.is_err() {
                         println!("error opening input");