diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-20 02:15:40 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-20 02:38:18 +0100 |
commit | ba4bcb191aa8b5fa66131544bf9ebf1f17ff7d9a (patch) | |
tree | e909f00e8244b8d81ce919ba15f8af9bab1dc1fa /cmdutils_common_opts.h | |
parent | af4b1c02acf6923489d30349c4813a0d73b2f114 (diff) | |
download | ffmpeg-ba4bcb191aa8b5fa66131544bf9ebf1f17ff7d9a.tar.gz |
cmdutils: implement debug/fdebug log level update differently.
The old implementation is no longer possibly due to limitations
of the new command line parser.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils_common_opts.h')
-rw-r--r-- | cmdutils_common_opts.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmdutils_common_opts.h b/cmdutils_common_opts.h index bfd71feb7d..1a845645b0 100644 --- a/cmdutils_common_opts.h +++ b/cmdutils_common_opts.h @@ -16,8 +16,6 @@ { "sample_fmts", OPT_EXIT, {.func_arg = show_sample_fmts }, "show available audio sample formats" }, { "loglevel" , HAS_ARG, {.func_arg = opt_loglevel}, "set libav* logging level", "loglevel" }, { "v", HAS_ARG, {.func_arg = opt_loglevel}, "set libav* logging level", "loglevel" }, - { "debug" , HAS_ARG, {.func_arg = opt_codec_debug}, "set debug flags", "flags" }, - { "fdebug" , HAS_ARG, {.func_arg = opt_codec_debug}, "set debug flags", "flags" }, { "report" , 0, {(void*)opt_report}, "generate a report" }, { "max_alloc" , HAS_ARG, {.func_arg = opt_max_alloc}, "set maximum size of a single allocated block", "bytes" }, { "cpuflags" , HAS_ARG | OPT_EXPERT, {.func_arg = opt_cpuflags}, "force specific cpu flags", "flags" }, |