summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-02-19 16:51:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-02-19 21:17:25 +0100
commit1060e9ce5454e7ac009969ab2cf8f7cd83a69ac3 (patch)
tree10d3789701156b280f021c4180cee460cb39deaf /cmdutils.h
parent04f7eee70908ffdffd55e159a9a37a07fdf9187e (diff)
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.h')
-rw-r--r--cmdutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 35bef38002..ae7a87a1a0 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -85,6 +85,8 @@ int opt_report(const char *opt);
int opt_max_alloc(const char *opt, const char *arg);
+int opt_cpuflags(const char *opt, const char *arg);
+
int opt_codec_debug(const char *opt, const char *arg);
/**