diff options
author | Leo Liu <[email protected]> | 2017-09-20 12:36:14 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2017-09-25 09:42:14 -0400 |
commit | 737d13637dbf460d379a66bd2d50ef5b27b8571a (patch) | |
tree | bd8d1c59587c5ea9622569e0385f5e66e1d80244 /src/gallium/auxiliary/vl/vl_csc.h | |
parent | a2ebe579922d77d2fc5cbefacf46db875615d9dc (diff) |
vl/csc: add a RGB to YUV CSC matrix
Acked-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_csc.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_csc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_csc.h b/src/gallium/auxiliary/vl/vl_csc.h index 4927470e426..8623e1b3be5 100644 --- a/src/gallium/auxiliary/vl/vl_csc.h +++ b/src/gallium/auxiliary/vl/vl_csc.h @@ -45,7 +45,8 @@ enum VL_CSC_COLOR_STANDARD VL_CSC_COLOR_STANDARD_IDENTITY, VL_CSC_COLOR_STANDARD_BT_601, VL_CSC_COLOR_STANDARD_BT_709, - VL_CSC_COLOR_STANDARD_SMPTE_240M + VL_CSC_COLOR_STANDARD_SMPTE_240M, + VL_CSC_COLOR_STANDARD_BT_709_REV }; extern const struct vl_procamp vl_default_procamp; |