summaryrefslogtreecommitdiff
path: root/doc/avconv.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-03-04 16:46:45 +0100
committerAnton Khirnov <anton@khirnov.net>2012-03-06 15:03:22 +0100
commit4138cd29077de2fbca9c49e96f70d21a78e24e33 (patch)
tree9fc69383bf4a293852c236a2c70ff7bf1f1ae271 /doc/avconv.texi
parent4d851f8dcf951d380e935ef14ae01db813adfc2d (diff)
avconv: add -cpuflags option for setting supported cpuflags.
Useful for testing.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 25fb12fdc0..91283a4831 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -808,6 +808,10 @@ avconv -i file.mov -an -vn -bsf:s mov2textsub -c:s copy -f rawvideo sub.txt
@item -tag[:@var{stream_specifier}] @var{codec_tag} (@emph{output,per-stream})
Force a tag/fourcc for matching streams.
+
+@item -cpuflags mask (@emph{global})
+Set a mask that's applied to autodetected CPU flags. This option is intended
+for testing. Do not use it unless you know what you're doing.
@end table
@c man end OPTIONS