diff options
author | Maarten Lankhorst <[email protected]> | 2011-10-31 10:23:03 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-11-03 13:52:00 +0100 |
commit | c9c6eec1c6650623f1be412dc2acd935de6b728b (patch) | |
tree | f04129179f48ba5fcf546624ceb765ab1005f37a /src/gallium/auxiliary/vl/vl_csc.h | |
parent | 8a7e645c9befb8578c8a571ccc951ed908d177ae (diff) |
state_trackers/vdpau: Implement VdpGenerateCSCMatrix
With the smpte240 profile, which was missing.
Signed-off-by: Maarten Lankhorst <[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 a6fb1fdba51..7a31dd4eb26 100644 --- a/src/gallium/auxiliary/vl/vl_csc.h +++ b/src/gallium/auxiliary/vl/vl_csc.h @@ -42,7 +42,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_BT_709, + VL_CSC_COLOR_STANDARD_SMPTE_240M }; extern const struct vl_procamp vl_default_procamp; |