diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-02-19 16:51:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-19 21:17:25 +0100 |
commit | 1060e9ce5454e7ac009969ab2cf8f7cd83a69ac3 (patch) | |
tree | 10d3789701156b280f021c4180cee460cb39deaf /cmdutils_common_opts.h | |
parent | 04f7eee70908ffdffd55e159a9a37a07fdf9187e (diff) | |
download | ffmpeg-1060e9ce5454e7ac009969ab2cf8f7cd83a69ac3.tar.gz |
cmdutils: add -cpuflags.
This allows globally forcing specific cpuflags (or lack thereof)
Useful for debugging and benchmarking
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 0aa6d99db6..044f63b27c 100644 --- a/cmdutils_common_opts.h +++ b/cmdutils_common_opts.h @@ -16,3 +16,4 @@ { "debug", HAS_ARG, {(void*)opt_codec_debug}, "set debug flags", "flags" }, { "report", 0, {(void*)opt_report}, "generate a report" }, { "max_alloc", HAS_ARG, {(void*)opt_max_alloc}, "set maximum size of a single allocated block", "bytes" }, + { "cpuflags", HAS_ARG, {(void*)opt_cpuflags}, "force specific cpu flags", "flags" }, |