You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avconv: Make the private options discovery more manifest
This commit is contained in:
@@ -2121,6 +2121,7 @@ void show_help_default(const char *opt, const char *arg)
|
|||||||
" -h -- print basic options\n"
|
" -h -- print basic options\n"
|
||||||
" -h long -- print more options\n"
|
" -h long -- print more options\n"
|
||||||
" -h full -- print all options (including all format and codec specific options, very long)\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\n"
|
||||||
" See man %s for detailed description of the options.\n"
|
" See man %s for detailed description of the options.\n"
|
||||||
"\n", program_name);
|
"\n", program_name);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user