]> git.sesse.net Git - ffmpeg/commitdiff
avconv: Make the private options discovery more manifest
authorVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 27 Sep 2015 14:13:01 +0000 (16:13 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 29 Sep 2015 12:33:01 +0000 (14:33 +0200)
avconv_opt.c

index 5bdd7d9c0e5616c84deae8dfa06d7a549e3ee6a3..a606606b02e35d876b9d28b7ae2160ce62617832 100644 (file)
@@ -2121,6 +2121,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\n"
            "    See man %s for detailed description of the options.\n"
            "\n", program_name);