git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f43a160
)
docs: Add examples for -cpuflags
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 7 Mar 2012 05:15:45 +0000
(06:15 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 14 Mar 2012 22:06:00 +0000
(23:06 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/avtools-common-opts.texi
patch
|
blob
|
history
diff --git
a/doc/avtools-common-opts.texi
b/doc/avtools-common-opts.texi
index
78ac92c
..
c891016
100644
(file)
--- 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