diff options
author | Christian König <[email protected]> | 2013-10-24 05:47:08 -0600 |
---|---|---|
committer | Christian König <[email protected]> | 2013-10-28 11:06:18 +0100 |
commit | cc49baeedc12521e60ea3ffc38f5c09ed3e9e1c3 (patch) | |
tree | dc233d32ce19847a374bee16e500dcdaf61cb0a9 /src/gallium | |
parent | d2fdc0d634f8fecebfe46d9ec2a3c3a03663d8b3 (diff) |
vl: add 400 chroma format as well
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 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 |