From: Gwenole Beauchesne <[email protected]>

---
 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

_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to