[Libva] [PATCH 34/42] API: h264 encode: add intra_idr_period to sequence parameter.

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


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

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

diff --git a/va/va_enc_h264.h b/va/va_enc_h264.h
index cd2a3bd..711403c 100644
--- a/va/va_enc_h264.h
+++ b/va/va_enc_h264.h
@@ -111,6 +111,8 @@ typedef struct _VAEncSequenceParameterBufferH264 {
     unsigned char   level_idc;
     /** \brief Period between I frames. */
     unsigned int    intra_period;
+    /** \brief Period between IDR frames. */
+    unsigned int    intra_idr_period;
     /** \brief Period between I/P frames. */
     unsigned int    ip_period;
     /**
-- 
1.7.4.1



More information about the Libva mailing list