summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-06 00:45:17 +0100
committerwm4 <wm4@nowhere>2013-11-06 00:47:53 +0100
commit6d2c5fc99a0e0150bb88588463e9272e5bc46d0d (patch)
tree2120664bd80321d574a8d1111ab7354049df62ad /DOCS/man/en
parent3cfbe810383d8efd04e8c0b3ad47cfe73f69ca97 (diff)
downloadmpv-6d2c5fc99a0e0150bb88588463e9272e5bc46d0d.tar.bz2
mpv-6d2c5fc99a0e0150bb88588463e9272e5bc46d0d.tar.xz
vd_lavc: remove explicit crystalhd support
This removes "--hwdec=crystalhd". I doubt anyone even tried to use this. But even if someone wants to use it, the decoders can still be explicitly invoked with e.g.: --vd=lavc:h264_crystalhd The only advantage our special code provided was fallback to software decoding. (But I'm not sure how the ffmpeg crystalhd pseudo-decoder actually behaves.) Removing this will allow some simplifications as soon as we don't need vdpau_old.c anymore.
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/options.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 71748574aa..e1253ce17b 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1121,7 +1121,6 @@ OPTIONS
:vaapi: requires ``--vo=opengl`` or ``--vo=vaapi`` (Linux with Intel GPUs only)
:vaapi-copy: copies video back into system RAM (Linux with Intel GPUs only)
:vda: requires ``--vo=corevideo`` (OSX only)
- :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,