20 Star 51 Fork 43

leixiaohua1020 / VideoEye

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cmdutils_common_opts.h 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
leixiaohua1020 提交于 2014-06-26 15:16 . Initial commit
{ "L" , OPT_EXIT, {(void*) show_license}, "show license" },
{ "h" , OPT_EXIT, { (void*)show_help}, "show help", "topic" },
{ "?" , OPT_EXIT, { (void*)show_help}, "show help", "topic" },
{ "help" , OPT_EXIT, { (void*)show_help}, "show help", "topic" },
{ "-help" , OPT_EXIT, { (void*)show_help}, "show help", "topic" },
{ "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" },
{ "decoders" , OPT_EXIT, { (void*)show_decoders }, "show available decoders" },
{ "encoders" , OPT_EXIT, { (void*)show_encoders }, "show available encoders" },
{ "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" },
{ "layouts" , OPT_EXIT, { (void*)show_layouts }, "show standard channel layouts" },
{ "sample_fmts", OPT_EXIT, { (void*)show_sample_fmts }, "show available audio sample formats" },
{ "loglevel" , HAS_ARG, { (void*)opt_loglevel}, "set libav* logging level", "loglevel" },
{ "v", HAS_ARG, { (void*)opt_loglevel}, "set libav* logging level", "loglevel" },
{ "debug" , HAS_ARG, { (void*)opt_codec_debug}, "set debug flags", "flags" },
{ "fdebug" , HAS_ARG, {(void*) opt_codec_debug}, "set debug flags", "flags" },
{ "report" , 0, {(void*)opt_report}, "generate a report" },
{ "max_alloc" , HAS_ARG, {(void*) opt_max_alloc}, "set maximum size of a single allocated block", "bytes" },
{ "cpuflags" , HAS_ARG | OPT_EXPERT, {(void*) opt_cpuflags}, "force specific cpu flags", "flags" },
C++
1
https://gitee.com/leixiaohua1020/VideoEye.git
git@gitee.com:leixiaohua1020/VideoEye.git
leixiaohua1020
VideoEye
VideoEye
master

搜索帮助