• Vittorio Giovara's avatar
    avconv_opt: Allow printing private options · 7bb1c1bf
    Vittorio Giovara authored
    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: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
    7bb1c1bf
avconv_opt.c 96.1 KB