From: Kostya Shishkov Date: Thu, 5 Feb 2026 17:22:07 +0000 (+0100) Subject: rename -print_mov_chunks to -print_structure X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=b3fcd9e2508a1956c3f3f3bdf75d26c19b296829;p=nihav-tool.git rename -print_mov_chunks to -print_structure Now not only MOV demuxer supports that feature. --- diff --git a/src/main.rs b/src/main.rs index f900600..94ec5d5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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; },