Commit 3bd749f3 authored by Michael Niedermayer's avatar Michael Niedermayer

docs: Add examples for -cpuflags

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f43a1604
...@@ -137,6 +137,11 @@ same effect. ...@@ -137,6 +137,11 @@ same effect.
@item -cpuflags flags (@emph{global}) @item -cpuflags flags (@emph{global})
Allows setting and clearing cpu flags. This option is intended Allows setting and clearing cpu flags. This option is intended
for testing. Do not use it unless you know what you're doing. 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 @end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment