mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 05:40:33 +01:00
vl: add 400 chroma format as well
Signed-off-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
d2fdc0d634
commit
cc49baeedc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue