summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-12 02:16:20 +0200
committerwm4 <wm4@nowhere>2013-08-12 02:16:20 +0200
commit19a75345734be125833dfac8cbcdb61712c4ed8b (patch)
tree760f8b5c04411e990e51b94aeb12a15a2a49d212 /DOCS/man/en/options.rst
parent12a6f73a2f26d9a6df662762a2aaccd5e14073ad (diff)
downloadmpv-19a75345734be125833dfac8cbcdb61712c4ed8b.tar.bz2
mpv-19a75345734be125833dfac8cbcdb61712c4ed8b.tar.xz
manpage: actually document --hwdec=auto
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 1cfc4679fc..9875858506 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1052,11 +1052,18 @@
``<api>`` can be one of the following:
:no: always use software decoding (default)
+ :auto: see below
:vdpau: requires ``--vo=vdpau``
:vaapi: requires ``--vo=vaapi``
:vda: OSX
:crystalhd: Broadcom Crystal HD
+ ``auto`` tries to automatically enable hardware decoding using the first
+ available method. This still depends what VO you are using. For example,
+ if you are not using ``--vo=vdpau``, vdpau decoding will never be enabled.
+ Also note that if the first found method doesn't actually work, it will
+ always fall back to software decoding, instead of trying the next method.
+
``--hwdec-codecs=<codec1,codec2,...|all>``
Allow hardware decoding for a given list of codecs only. The default is the
special value ``all``, which always allows all codecs.