[FFmpeg-cvslog] docs: Add examples for -cpuflags
Michael Niedermayer
git at videolan.org
Wed Mar 14 23:09:56 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Mar 7 06:15:45 2012 +0100| [3bd749f3358395f80d4aba227efce46efb434b2e] | committer: Michael Niedermayer
docs: Add examples for -cpuflags
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bd749f3358395f80d4aba227efce46efb434b2e
---
doc/avtools-common-opts.texi | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi
index 78ac92c..c891016 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.
+ at example
+ffmpeg -cpuflags -sse+mmx ...
+ffmpeg -cpuflags mmx ...
+ffmpeg -cpuflags 0 ...
+ at end example
@end table
More information about the ffmpeg-cvslog
mailing list