Revision 9c2a02466053dd4762d474d89d9be9a957eaaefe authored by Anton Khirnov on 12 July 2011, 20:42:18 UTC, committed by Reinhard Tartler on 26 September 2011, 17:26:29 UTC
ic is NULL in case of error.
(cherry picked from commit 13551ad1e336573e3732fdeaf25607c47244bb80)

Signed-off-by: Anton Khirnov <anton@khirnov.net>
1 parent f852156
Raw File
cmdutils_common_opts.h
    { "L", OPT_EXIT, {(void*)show_license}, "show license" },
    { "h", OPT_EXIT, {(void*)show_help}, "show help" },
    { "?", OPT_EXIT, {(void*)show_help}, "show help" },
    { "help", OPT_EXIT, {(void*)show_help}, "show help" },
    { "-help", OPT_EXIT, {(void*)show_help}, "show help" },
    { "version", OPT_EXIT, {(void*)show_version}, "show version" },
    { "formats"  , OPT_EXIT, {(void*)show_formats  }, "show available formats" },
    { "codecs"   , OPT_EXIT, {(void*)show_codecs   }, "show available codecs" },
    { "bsfs"     , OPT_EXIT, {(void*)show_bsfs     }, "show available bit stream filters" },
    { "protocols", OPT_EXIT, {(void*)show_protocols}, "show available protocols" },
    { "filters",   OPT_EXIT, {(void*)show_filters  }, "show available filters" },
    { "pix_fmts" , OPT_EXIT, {(void*)show_pix_fmts }, "show available pixel formats" },
    { "loglevel", HAS_ARG, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" },
back to top