• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/libva


Commit MetaInfo

Revision596600727f3c9adf86f1344ac35dbde8e8581d9f (tree)
Zeit2013-05-28 17:19:08
AutorGwenole Beauchesne <gwenole.beauchesne@inte...>
CommiterXiang, Haihao

Log Message

API: h264 encode: renumber config attributes used for encoding.

Ändern Zusammenfassung

Diff

--- a/va/va.h
+++ b/va/va.h
@@ -286,7 +286,7 @@ typedef enum
286286 *
287287 * See \c VA_ENC_PACKED_HEADER_xxx for the list of packed headers.
288288 */
289- VAConfigAttribEncPackedHeaders = 6,
289+ VAConfigAttribEncPackedHeaders = 10,
290290 /**
291291 * \brief Interlaced mode. Read/write.
292292 *
@@ -295,7 +295,7 @@ typedef enum
295295 *
296296 * See \c VA_ENC_INTERLACED_xxx for the list of interlaced modes.
297297 */
298- VAConfigAttribEncInterlaced = 7,
298+ VAConfigAttribEncInterlaced = 11,
299299 /**
300300 * \brief Max number of reference frames. Read-only.
301301 *
@@ -307,7 +307,7 @@ typedef enum
307307 * 0 (top 16 bits) and the reference picture list 1 (bottom 16
308308 * bits).
309309 */
310- VAConfigAttribEncMaxRefFrames = 8,
310+ VAConfigAttribEncMaxRefFrames = 13,
311311 /**@}*/
312312 } VAConfigAttribType;
313313