]> git.sesse.net Git - ffmpeg/blobdiff - doc/avtools-common-opts.texi
Support detecting and demuxing EIA-608 subtitles in mov.
[ffmpeg] / doc / avtools-common-opts.texi
index 78ac92c7f5913d9ae71f8ae7f3673e24df665d1b..c25b535a9d3b6a94d3cc7b32960308378727a105 100644 (file)
@@ -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
 
@@ -170,3 +175,6 @@ use @option{-option 0}/@option{-option 1}.
 
 Note2 old undocumented way of specifying per-stream AVOptions by prepending
 v/a/s to the options name is now obsolete and will be removed soon.
+
+@include avoptions_codec.texi
+@include avoptions_format.texi