summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-03-07 06:15:45 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-03-14 23:06:00 +0100
commit3bd749f3358395f80d4aba227efce46efb434b2e (patch)
tree12b0f7004cad433f7a57d24d834884349b2599b2 /doc
parentf43a16049ef07585789d311f314f236a314f91f7 (diff)
docs: Add examples for -cpuflags
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/avtools-common-opts.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi
index 78ac92c7f5..c891016f41 100644
--- a/doc/avtools-common-opts.texi
+++ b/doc/avtools-common-opts.texi
@@ -137,6 +137,11 @@ same effect.
@item -cpuflags flags (@emph{global})
Allows setting and clearing cpu flags. This option is intended
for testing. Do not use it unless you know what you're doing.
+@example
+ffmpeg -cpuflags -sse+mmx ...
+ffmpeg -cpuflags mmx ...
+ffmpeg -cpuflags 0 ...
+@end example
@end table