diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2019-11-27 13:57:02 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2020-01-30 17:10:21 +0800 |
commit | 6087692a60699a5eac5b061dd458e5a856e0662f (patch) | |
tree | a686403d4d7f08709d18f56782463cc45566aed0 /fftools/ffmpeg_opt.c | |
parent | 27529eeb27cf0d7f574ae60d5cef22baa0e8a850 (diff) | |
download | ffmpeg-6087692a60699a5eac5b061dd458e5a856e0662f.tar.gz |
cmdutils: add show_help_protocol for get protocol options
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'fftools/ffmpeg_opt.c')
-rw-r--r-- | fftools/ffmpeg_opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index 1510e026ea..12d44886ee 100644 --- a/fftools/ffmpeg_opt.c +++ b/fftools/ffmpeg_opt.c @@ -3194,7 +3194,7 @@ void show_help_default(const char *opt, const char *arg) " -h -- print basic options\n" " -h long -- print more options\n" " -h full -- print all options (including all format and codec specific options, very long)\n" - " -h type=name -- print all options for the named decoder/encoder/demuxer/muxer/filter/bsf\n" + " -h type=name -- print all options for the named decoder/encoder/demuxer/muxer/filter/bsf/protocol\n" " See man %s for detailed description of the options.\n" "\n", program_name); |