From 19a75345734be125833dfac8cbcdb61712c4ed8b Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 12 Aug 2013 02:16:20 +0200 Subject: manpage: actually document --hwdec=auto --- DOCS/man/en/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS') 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 @@ ```` 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=`` Allow hardware decoding for a given list of codecs only. The default is the special value ``all``, which always allows all codecs. -- cgit v1.2.3