Mesa (master): vl: add 400 chroma format as well

Christian König deathsimple at kemper.freedesktop.org
Mon Oct 28 10:09:24 UTC 2013


Module: Mesa
Branch: master
Commit: cc49baeedc12521e60ea3ffc38f5c09ed3e9e1c3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc49baeedc12521e60ea3ffc38f5c09ed3e9e1c3

Author: Christian König <christian.koenig at amd.com>
Date:   Thu Oct 24 05:47:08 2013 -0600

vl: add 400 chroma format as well

Signed-off-by: Christian König <christian.koenig at amd.com>

---

 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




More information about the mesa-commit mailing list