From 67650446b57171cc49fbc2c6dda58e0a82fa0dfc Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Dec 2019 09:24:56 +0100 Subject: vd_lavc: remove hwdec-by-default special case for RPI --- video/decode/vd_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/decode/vd_lavc.c') diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index 985a2b6d2e..8f892462a1 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -136,7 +136,7 @@ const struct m_sub_options vd_lavc_conf = { .skip_frame = AVDISCARD_DEFAULT, .framedrop = AVDISCARD_NONREF, .dr = 1, - .hwdec_api = HAVE_RPI ? "mmal" : "no", + .hwdec_api = "no", .hwdec_codecs = "h264,vc1,hevc,vp9", // Maximum number of surfaces the player wants to buffer. This number // might require adjustment depending on whatever the player does; -- cgit v1.2.3