summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-25 18:44:36 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-25 18:55:43 +0100
commitc48f67f06ec3b887626b5938987d2a46bd52cf77 (patch)
treeb2669953b0daa2b02ee52586ef4d69b0e90b8d03 /cmdutils.h
parent5a8e994287d8ef181c0a5eac537547d7059b4524 (diff)
ff*: add -max_alloc command line option
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 a682c96d79..b9ea1cfc69 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -78,6 +78,8 @@ int opt_loglevel(const char *opt, const char *arg);
int opt_report(const char *opt);
+int opt_max_alloc(const char *opt, const char *arg);
+
int opt_codec_debug(const char *opt, const char *arg);
/**