diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-11-01 02:35:22 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-01 02:59:44 +0100 |
commit | 841bf0ef240f0d862b1f07076e079829456fb117 (patch) | |
tree | 9b18d2a23b11f7824b7e0e47c1f07fe33947a259 /cmdutils_common_opts.h | |
parent | 7139f0e6bef49b64c8432068990454bf3cbe34e9 (diff) | |
download | ffmpeg-841bf0ef240f0d862b1f07076e079829456fb117.tar.gz |
cmdutils: allow specifying the file for -report
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils_common_opts.h')
-rw-r--r-- | cmdutils_common_opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdutils_common_opts.h b/cmdutils_common_opts.h index bfd71feb7d..2e1cf7db03 100644 --- a/cmdutils_common_opts.h +++ b/cmdutils_common_opts.h @@ -19,5 +19,6 @@ { "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" }, |