summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/va_vpp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/va/va_vpp.h b/va/va_vpp.h
index 4f98104..4522657 100644
--- a/va/va_vpp.h
+++ b/va/va_vpp.h
@@ -312,6 +312,14 @@ typedef enum _VAProcColorStandardType {
VAProcColorStandardSMPTE240M,
/** \brief Generic film. */
VAProcColorStandardGenericFilm,
+ /** \brief sRGB. */
+ VAProcColorStandardSRGB,
+ /** \brief stRGB. */
+ VAProcColorStandardSTRGB,
+ /** \brief xvYCC601. */
+ VAProcColorStandardXVYCC601,
+ /** \brief xvYCC709. */
+ VAProcColorStandardXVYCC709,
/** \brief Number of color standards. */
VAProcColorStandardCount
} VAProcColorStandardType;