From 3bd749f3358395f80d4aba227efce46efb434b2e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 7 Mar 2012 06:15:45 +0100 Subject: docs: Add examples for -cpuflags Signed-off-by: Michael Niedermayer --- doc/avtools-common-opts.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3