OSDN Git Service

avconv_opt: Allow printing private options
authorVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 14 Sep 2015 11:39:55 +0000 (13:39 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 17 Sep 2015 08:34:37 +0000 (10:34 +0200)
commit7bb1c1bfd22de2200743af04ebd0c7c775f56f7e
tree8df0926d32ee75a1248fb7683ed93d653d32e9ba
parente3d4784eb31b3ea4a97f2d4c698a75fab9bf3d86
avconv_opt: Allow printing private options

Add an allowed parameter to -h and --help avconv option to print private
options from a codec, format, or filter, named with the provided input
value.

In case multiple classes are found (eg. mov demuxer and mov muxer, or
h264 decoder and h264 demuxer) print all options from all classes.
It is possible to select the type of class to print by adding it
before the name (eg. demuxer:mov and muxer:mov, or decoder:h264and
demuxer:h264).

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
avconv_opt.c