From 6d2c5fc99a0e0150bb88588463e9272e5bc46d0d Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Nov 2013 00:45:17 +0100 Subject: 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. --- DOCS/man/en/options.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'DOCS') 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, -- cgit v1.2.3