summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-06-12 14:43:07 -0500
committerDudemanguy <random342@airmail.cc>2023-06-16 14:46:59 +0000
commit650c53df502d3e2d603cbe87a6dde249d4d1e178 (patch)
tree65552a5db057ac064c3770d2234c837c68c8a33e /video/out/wayland_common.h
parentca08bf599fce2c73824a74d35f9618dcb2410bbe (diff)
downloadmpv-650c53df502d3e2d603cbe87a6dde249d4d1e178.tar.bz2
mpv-650c53df502d3e2d603cbe87a6dde249d4d1e178.tar.xz
vo_dmabuf_wayland: drop linux-dmabuf-v2 (again)
It was done once before but later reverted for testing reasons. This time it's permanent though since I can test this VO on ARM and with an up to date system.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index a524c530fa..32394a24a0 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -103,10 +103,6 @@ struct vo_wayland_state {
wayland_format *format_map;
uint32_t format_size;
bool using_dmabuf_wayland;
- /* TODO: remove these once zwp_linux_dmabuf_v1 version 2 support is removed. */
- int *drm_formats;
- int drm_format_ct;
- int drm_format_ct_max;
/* presentation-time */
struct wp_presentation *presentation;