Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-01 05:35:22 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-11-01 05:59:44 +0400
commit841bf0ef240f0d862b1f07076e079829456fb117 (patch)
tree9b18d2a23b11f7824b7e0e47c1f07fe33947a259 /cmdutils.h
parent7139f0e6bef49b64c8432068990454bf3cbe34e9 (diff)
cmdutils: allow specifying the file for -report
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 3885d9412c..4624f195e1 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -84,6 +84,8 @@ int opt_loglevel(void *optctx, const char *opt, const char *arg);
int opt_report(const char *opt);
+int opt_report_file(void *optctx, const char *opt, const char *arg);
+
int opt_max_alloc(void *optctx, const char *opt, const char *arg);
int opt_cpuflags(void *optctx, const char *opt, const char *arg);