diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-25 18:44:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-25 18:55:43 +0100 |
commit | c48f67f06ec3b887626b5938987d2a46bd52cf77 (patch) | |
tree | b2669953b0daa2b02ee52586ef4d69b0e90b8d03 /cmdutils.h | |
parent | 5a8e994287d8ef181c0a5eac537547d7059b4524 (diff) | |
download | ffmpeg-c48f67f06ec3b887626b5938987d2a46bd52cf77.tar.gz |
ff*: add -max_alloc command line option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 2 |
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); /** |