Skip to content
Snippets Groups Projects

backend-drm: Set default plane color space and range hints

Merged Robert Mader requested to merge rmader/weston:default-color-space-and-range-hints into main
2 unresolved threads
5 files
+ 21
21
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -93,7 +93,7 @@ enum wdrm_plane_color_encoding {
WDRM_PLANE_COLOR_ENCODING_BT2020,
WDRM_PLANE_COLOR_ENCODING__COUNT
};
#define WDRM_PLANE_COLOR_ENCODING_DEFAULT WDRM_PLANE_COLOR_ENCODING_BT601
#define WDRM_PLANE_COLOR_ENCODING_DEFAULT WDRM_PLANE_COLOR_ENCODING_BT709
/**
* Possible values for the WDRM_PLANE_COLOR_RANGE property.
Loading