X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils_common_opts.h;h=2e1cf7db0343d7a7de8fb3fdaf779da1eaf9cd06;hb=db9f426caba574719c58de12e68742063c8e7979;hp=bfd71feb7dbbec29a73069c71af765a605d3cb56;hpb=13afee951a49964abb6d3e2d11644ac9d5ded2c7;p=ffmpeg diff --git a/cmdutils_common_opts.h b/cmdutils_common_opts.h index bfd71feb7db..2e1cf7db034 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" },