summaryrefslogtreecommitdiffstats
path: root/video/out/drm_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/drm_common.h')
-rw-r--r--video/out/drm_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/drm_common.h b/video/out/drm_common.h
index 5aa3681ea8..d8a550e4f1 100644
--- a/video/out/drm_common.h
+++ b/video/out/drm_common.h
@@ -26,6 +26,8 @@
#define DRM_OPTS_FORMAT_XRGB8888 0
#define DRM_OPTS_FORMAT_XRGB2101010 1
+#define DRM_OPTS_FORMAT_XBGR8888 2
+#define DRM_OPTS_FORMAT_XBGR2101010 3
struct kms {
struct mp_log *log;