summaryrefslogtreecommitdiffstats
path: root/video/out/gpu
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-30 18:31:20 +0100
committerwm4 <wm4@nowhere>2017-10-30 18:31:20 +0100
commitb7ce3ac44575d82b5b23f10477b1158b84394b8f (patch)
tree612bae68b23a427a34fa5700fc309e819b3410bb /video/out/gpu
parent694157e024e52e6fcb01cfd2e9c6d50b85f9621f (diff)
downloadmpv-b7ce3ac44575d82b5b23f10477b1158b84394b8f.tar.bz2
mpv-b7ce3ac44575d82b5b23f10477b1158b84394b8f.tar.xz
vd_lavc: remove need for duplicated cuda GL interop backend
This is just a dumb consequence of HWDEC_ types somehow being part of both decoder and VO. Obviously, the VO should only care about supporting specific hardware surface types or providing specific device types, but until they are separated, stupid unintuitive mismatches will occur.
Diffstat (limited to 'video/out/gpu')
-rw-r--r--video/out/gpu/hwdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/gpu/hwdec.c b/video/out/gpu/hwdec.c
index d88dc5e779..48ed4db58e 100644
--- a/video/out/gpu/hwdec.c
+++ b/video/out/gpu/hwdec.c
@@ -66,7 +66,6 @@ static const struct ra_hwdec_driver *const mpgl_hwdec_drivers[] = {
#endif
#if HAVE_CUDA_HWACCEL
&ra_hwdec_cuda,
- &ra_hwdec_cuda_nvdec,
#endif
#if HAVE_RPI
&ra_hwdec_rpi_overlay,