From 78c97c12baf448edba2e9f28fb3b895924bc1f97 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Sun, 18 Dec 2011 19:03:25 +0100 Subject: [PATCH] API: h264 encode: add VA_RC_VBR_CONSTRAINED. --- va/va.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/va/va.h b/va/va.h index 70b70bd..922c77d 100644 --- a/va/va.h +++ b/va/va.h @@ -375,6 +375,8 @@ typedef struct _VAConfigAttrib { #define VA_RC_VCM 0x00000008 /** \brief Constant QP. */ #define VA_RC_CQP 0x00000010 +/** \brief Variable bitrate with peak rate higher than average bitrate. */ +#define VA_RC_VBR_CONSTRAINED 0x00000020 /**@}*/ /** @name Attribute values for VAConfigAttribEncPackedHeaders */ -- 2.11.0