[Libva] [PATCH 22/42] API: h264 encode: add VA_RC_VBR_CONSTRAINED.

Xiang, Haihao haihao.xiang at intel.com
Mon May 13 00:51:46 PDT 2013


From: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

---
 va/va.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/va/va.h b/va/va.h
index 71573f2..22051b4 100644
--- a/va/va.h
+++ b/va/va.h
@@ -405,6 +405,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 */
-- 
1.7.4.1



More information about the Libva mailing list