summaryrefslogtreecommitdiffstats
path: root/video/out/drm_common.c
diff options
context:
space:
mode:
authorChristoph Heinrich <christoph.heinrich@student.tugraz.at>2023-02-21 03:07:51 +0100
committerDudemanguy <random342@airmail.cc>2023-02-21 17:15:17 +0000
commitc0807e98fbc808b50d58ae88b4ae05b0cd956e69 (patch)
treec1461b0e82d1a6a6f8c043926d5d6ffe691066f2 /video/out/drm_common.c
parent07545657bf73ebb4da38e26950d5203466298ec1 (diff)
downloadmpv-c0807e98fbc808b50d58ae88b4ae05b0cd956e69.tar.bz2
mpv-c0807e98fbc808b50d58ae88b4ae05b0cd956e69.tar.xz
options: remove explicit initialization of integers to 0
Diffstat (limited to 'video/out/drm_common.c')
-rw-r--r--video/out/drm_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/drm_common.c b/video/out/drm_common.c
index 09494d6317..470cab4668 100644
--- a/video/out/drm_common.c
+++ b/video/out/drm_common.c
@@ -109,7 +109,6 @@ const struct m_sub_options drm_conf = {
.drm_atomic = 1,
.draw_plane = DRM_OPTS_PRIMARY_PLANE,
.drmprime_video_plane = DRM_OPTS_OVERLAY_PLANE,
- .vrr_enabled = 0,
},
.size = sizeof(struct drm_opts),
};