[Libva] [PATCH 09/42] API: h264 encode: add new config attributes for encoding (max-ref-frames).
Xiang, Haihao
haihao.xiang at intel.com
Mon May 13 00:51:33 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 0599494..dab2cdf 100644
--- a/va/va.h
+++ b/va/va.h
@@ -288,6 +288,8 @@ typedef enum
VAConfigAttribRateControl = 5,
VAConfigAttribEncPackedHeaders = 6, /**< Packed headers mode. */
VAConfigAttribEncInterlaced = 7, /**< Interlaced mode. */
+ /** \brief Max number of reference frames (read-only). */
+ VAConfigAttribEncMaxRefFrames = 8,
} VAConfigAttribType;
/*
--
1.7.4.1
More information about the Libva
mailing list