From cc49baeedc12521e60ea3ffc38f5c09ed3e9e1c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20K=C3=B6nig?= Date: Thu, 24 Oct 2013 05:47:08 -0600 Subject: [PATCH] vl: add 400 chroma format as well MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- src/gallium/include/pipe/p_format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h index b82f08fef56..461d38f1e47 100644 --- a/src/gallium/include/pipe/p_format.h +++ b/src/gallium/include/pipe/p_format.h @@ -368,6 +368,7 @@ enum pipe_format { enum pipe_video_chroma_format { + PIPE_VIDEO_CHROMA_FORMAT_400, PIPE_VIDEO_CHROMA_FORMAT_420, PIPE_VIDEO_CHROMA_FORMAT_422, PIPE_VIDEO_CHROMA_FORMAT_444 -- 2.30.2