hardware/intel/libva
Revision | 596600727f3c9adf86f1344ac35dbde8e8581d9f (tree) |
---|---|
Zeit | 2013-05-28 17:19:08 |
Autor | Gwenole Beauchesne <gwenole.beauchesne@inte...> |
Commiter | Xiang, Haihao |
API: h264 encode: renumber config attributes used for encoding.
@@ -286,7 +286,7 @@ typedef enum | ||
286 | 286 | * |
287 | 287 | * See \c VA_ENC_PACKED_HEADER_xxx for the list of packed headers. |
288 | 288 | */ |
289 | - VAConfigAttribEncPackedHeaders = 6, | |
289 | + VAConfigAttribEncPackedHeaders = 10, | |
290 | 290 | /** |
291 | 291 | * \brief Interlaced mode. Read/write. |
292 | 292 | * |
@@ -295,7 +295,7 @@ typedef enum | ||
295 | 295 | * |
296 | 296 | * See \c VA_ENC_INTERLACED_xxx for the list of interlaced modes. |
297 | 297 | */ |
298 | - VAConfigAttribEncInterlaced = 7, | |
298 | + VAConfigAttribEncInterlaced = 11, | |
299 | 299 | /** |
300 | 300 | * \brief Max number of reference frames. Read-only. |
301 | 301 | * |
@@ -307,7 +307,7 @@ typedef enum | ||
307 | 307 | * 0 (top 16 bits) and the reference picture list 1 (bottom 16 |
308 | 308 | * bits). |
309 | 309 | */ |
310 | - VAConfigAttribEncMaxRefFrames = 8, | |
310 | + VAConfigAttribEncMaxRefFrames = 13, | |
311 | 311 | /**@}*/ |
312 | 312 | } VAConfigAttribType; |
313 | 313 |