]> git.sesse.net Git - ffmpeg/commit
fftools/cmdutils: Fix break command dump for -map option
authorJun Zhao <barryjzhao@tencent.com>
Thu, 12 Dec 2019 08:02:53 +0000 (16:02 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Mon, 23 Dec 2019 01:46:51 +0000 (09:46 +0800)
commitc1e215041bb4feeb17fc1d16d5c651ca6d35ad84
tree684e0c2847fb7bcc30f3dd12d8e8fd519f32e0dc
parent231ffd7e6301e13431ebb3520827d60ac2a3eb64
fftools/cmdutils: Fix break command dump for -map option

Before this fix, ffmpeg -h full | grep map get the command dump
like:

-map [-]input_file_id[:stream_specifier][,sync_file_id[:stream_s  set input stream mapping
                                                               ^
                                                               |
    truncated
after this fix, we can get full option dump.

Found-by: vacingfang <vacingfang@tencent.com>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
fftools/cmdutils.c