Module: Mesa Branch: master Commit: cc49baeedc12521e60ea3ffc38f5c09ed3e9e1c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc49baeedc12521e60ea3ffc38f5c09ed3e9e1c3
Author: Christian König <[email protected]> Date: Thu Oct 24 05:47:08 2013 -0600 vl: add 400 chroma format as well Signed-off-by: Christian König <[email protected]> --- src/gallium/include/pipe/p_format.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h index b82f08f..461d38f 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
