]> git.nihav.org Git - nihav-tool.git/commitdiff
rename -print_mov_chunks to -print_structure
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 5 Feb 2026 17:22:07 +0000 (18:22 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 5 Feb 2026 17:22:07 +0000 (18:22 +0100)
Now not only MOV demuxer supports that feature.

src/main.rs

index f900600fdf1eed8959bf902e70e496d405e07df2..94ec5d556e0eb06b1d3479a0e86a0b2c5fc1cf3a 100644 (file)
@@ -155,7 +155,7 @@ fn main() {
                 }
                 force_dmx = Some(&args[cur_arg]);
             },
-            "-print_mov_chunks" => {
+            "-print_structure" => {
                 demux_opts.push(NAOption{name: "print_chunks", value: NAValue::Bool(true) });
             },
             "-ignerr"   => { ignore_errors = true; },