summaryrefslogtreecommitdiff
path: root/cmdutils_common_opts.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-02 00:24:26 +0100
committerNicolas George <nicolas.george@normalesup.org>2012-11-04 10:47:52 +0100
commit4e6fa5be3ce5a66e9420377dceedffb6cadfdad4 (patch)
tree3cceeb0a9d13021a54ccbebb5ac8ad00e8e84f07 /cmdutils_common_opts.h
parent50d3a1a962d5ea6a2d4cb7a82bb13cf0e00c649e (diff)
downloadffmpeg-4e6fa5be3ce5a66e9420377dceedffb6cadfdad4.tar.gz
Revert "cmdutils: allow specifying the file for -report"
This reverts commit 841bf0ef240f0d862b1f07076e079829456fb117. This does not fully work as the file is used before the filename is parsed so not all information is written in the specified file.
Diffstat (limited to 'cmdutils_common_opts.h')
-rw-r--r--cmdutils_common_opts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdutils_common_opts.h b/cmdutils_common_opts.h
index 2e1cf7db03..bfd71feb7d 100644
--- a/cmdutils_common_opts.h
+++ b/cmdutils_common_opts.h
@@ -19,6 +19,5 @@
{ "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" },
- { "report_file", HAS_ARG, {.func_arg = opt_report_file}, "filename for storing the 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" },