vout/drm: remove DRM_FORMAT_YVU410

So we don't have to use VLC_CODEC_YV9 and don't have to swap U/V planes.
This chroma output should be rare enough that noone is impacted.
This commit is contained in:
Steve Lhomme 2023-10-10 15:46:02 +02:00
parent ab60b7cf04
commit 242928e3c8
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ static const struct {
/* Planar YUV */
{ DRM_FORMAT_YUV410, VLC_CODEC_I410 },
{ DRM_FORMAT_YVU410, VLC_CODEC_YV9 },
{ DRM_FORMAT_YUV411, VLC_CODEC_I411 },
{ DRM_FORMAT_YUV420, VLC_CODEC_I420 },
{ DRM_FORMAT_YVU420, VLC_CODEC_YV12 },