summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-24 09:24:56 +0100
committerwm4 <wm4@nowhere>2019-12-24 09:24:56 +0100
commit67650446b57171cc49fbc2c6dda58e0a82fa0dfc (patch)
tree742ed912b4880753339b46a35a220f9f0120c8cc /video
parent380f01567d183a4dd5c4f86a58470145a29f578d (diff)
downloadmpv-67650446b57171cc49fbc2c6dda58e0a82fa0dfc.tar.bz2
mpv-67650446b57171cc49fbc2c6dda58e0a82fa0dfc.tar.xz
vd_lavc: remove hwdec-by-default special case for RPI
Diffstat (limited to 'video')
-rw-r--r--video/decode/vd_lavc.c2
1 files changed, 1 insertions, 1 deletions
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;