From b3fcd9e2508a1956c3f3f3bdf75d26c19b296829 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 5 Feb 2026 18:22:07 +0100 Subject: [PATCH] rename -print_mov_chunks to -print_structure Now not only MOV demuxer supports that feature. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }, -- 2.39.5