[FFmpeg-devel] [PATCH 1/2] docs: Add examples for -cpuflags

Michael Niedermayer michaelni at gmx.at
Wed Mar 7 06:37:27 CET 2012


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 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
 
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list