Browse Source

docs: Add examples for -cpuflags

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 14 years ago
parent
commit
3bd749f335
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      doc/avtools-common-opts.texi

+ 5
- 0
doc/avtools-common-opts.texi View File

@@ -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



Loading…
Cancel
Save