diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-03-07 06:15:45 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-14 23:06:00 +0100 |
commit | 3bd749f3358395f80d4aba227efce46efb434b2e (patch) | |
tree | 12b0f7004cad433f7a57d24d834884349b2599b2 | |
parent | f43a16049ef07585789d311f314f236a314f91f7 (diff) | |
download | ffmpeg-3bd749f3358395f80d4aba227efce46efb434b2e.tar.gz |
docs: Add examples for -cpuflags
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | 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 78ac92c7f5..c891016f41 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. +@example +ffmpeg -cpuflags -sse+mmx ... +ffmpeg -cpuflags mmx ... +ffmpeg -cpuflags 0 ... +@end example @end table |