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. --- mpvcore/options.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mpvcore') 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), -- cgit v1.2.3