summaryrefslogtreecommitdiffstats
path: root/mpvcore
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 /mpvcore
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 'mpvcore')
-rw-r--r--mpvcore/options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpvcore/options.c b/mpvcore/options.c
index 3d65ec337e..52cfa6fd52 100644
--- a/mpvcore/options.c
+++ b/mpvcore/options.c
@@ -487,7 +487,6 @@ const m_option_t mp_opts[] = {
{"auto", -1},
{"vdpau", 1},
{"vda", 2},
- {"crystalhd", 3},
{"vaapi", 4},
{"vaapi-copy", 5})),
OPT_STRING("hwdec-codecs", hwdec_codecs, 0),