From cedcdc1f3cdf0158cb1ae142d5b0d91278f40bf9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 14 Dec 2017 19:31:09 +0100 Subject: vd_lavc: rename --hwdec=rpi to --hwdec=mmal Annoying exception that makes no sense to keep. Normally, users or client applications will either use --hwdec=auto, or not set the option at all, which both leads to the expected result. --- video/decode/vd_lavc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video') diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index f67fab5284..8f8e1b35bb 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -269,10 +269,6 @@ static void add_all_hwdec_methods(struct hwdec_info **infos, int *num_infos) if (codec->capabilities & (AV_CODEC_CAP_HARDWARE | AV_CODEC_CAP_HYBRID)) wrapper = codec->wrapper_name; - // Different lavc/mpv names. - if (wrapper && strcmp(wrapper, "mmal") == 0) - wrapper = "rpi"; - // A decoder can provide multiple methods. In particular, hwaccels // provide various methods (e.g. native h264 with vaapi & d3d11), but // even wrapper decoders could provide multiple methods. -- cgit v1.2.3