diff options
-rw-r--r-- | va/va_vpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/va/va_vpp.h b/va/va_vpp.h index 1fdb530..8ac0923 100644 --- a/va/va_vpp.h +++ b/va/va_vpp.h @@ -245,6 +245,8 @@ typedef enum _VAProcFilterType { VAProcFilterSharpening, /** \brief Color balance parameters. */ VAProcFilterColorBalance, + /** \brief Skin Tone Enhancement. */ + VAProcFilterSkinToneEnhancement, VAProcFilterCount } VAProcFilterType; |