[Libva] [PATCH 12/42] API: h264 encode: renumber config attributes used for encoding.

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


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

---
 va/va.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/va/va.h b/va/va.h
index b0fe006..88cfda9 100644
--- a/va/va.h
+++ b/va/va.h
@@ -316,7 +316,7 @@ typedef enum
      *
      * See \c VA_ENC_PACKED_HEADER_xxx for the list of packed headers.
      */
-    VAConfigAttribEncPackedHeaders      = 6,
+    VAConfigAttribEncPackedHeaders      = 10,
     /**
      * \brief Interlaced mode. Read/write.
      *
@@ -325,7 +325,7 @@ typedef enum
      *
      * See \c VA_ENC_INTERLACED_xxx for the list of interlaced modes.
      */
-    VAConfigAttribEncInterlaced         = 7,
+    VAConfigAttribEncInterlaced         = 11,
     /**
      * \brief Max number of reference frames. Read-only.
      *
@@ -337,7 +337,7 @@ typedef enum
      * 0 (top 16 bits) and the reference picture list 1 (bottom 16
      * bits).
      */
-    VAConfigAttribEncMaxRefFrames       = 8,
+    VAConfigAttribEncMaxRefFrames       = 13,
     /**@}*/
 } VAConfigAttribType;
 
-- 
1.7.4.1



More information about the Libva mailing list