diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-10-14 05:41:45 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-10-22 10:49:31 +0200 |
commit | f825d42bccdb9f89669a586951de7f66a81e80a5 (patch) | |
tree | c03aa603a824edff05928d81cb0406b45e97a0ae /doc/avtools-common-opts.texi | |
parent | ea71aafd6881d7ce5cffec56feb45488e3ac5221 (diff) | |
download | ffmpeg-f825d42bccdb9f89669a586951de7f66a81e80a5.tar.gz |
avplay: Accept cpuflags option
Quite useful for debugging.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/avtools-common-opts.texi')
-rw-r--r-- | doc/avtools-common-opts.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 4be54125de..156319ec4a 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -143,6 +143,10 @@ the environment variable @env{AV_LOG_FORCE_COLOR}. The use of the environment variable @env{NO_COLOR} is deprecated and will be dropped in a following Libav version. +@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 @section AVOptions |