• 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

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

Log Message

API: h264 encode: remove TABs in newly added code.

Ändern Zusammenfassung

Diff

--- a/va/va.h
+++ b/va/va.h
@@ -314,7 +314,7 @@ typedef enum
314314 * This attribute determines the maximum number of slices the
315315 * driver can support to encode a single frame.
316316 */
317- VAConfigAttribEncMaxSlices = 14,
317+ VAConfigAttribEncMaxSlices = 14,
318318 /**
319319 * \brief Slice structure. Read-only.
320320 *
@@ -331,7 +331,7 @@ typedef enum
331331 * See \c VA_ENC_SLICE_STRUCTURE_xxx for the supported slice
332332 * structure types.
333333 */
334- VAConfigAttribEncSliceStructure = 15,
334+ VAConfigAttribEncSliceStructure = 15,
335335 /**@}*/
336336 } VAConfigAttribType;
337337
@@ -355,15 +355,15 @@ typedef struct _VAConfigAttrib {
355355 /** @name Attribute values for VAConfigAttribRateControl */
356356 /**@{*/
357357 /** \brief Driver does not support any form of rate control. */
358-#define VA_RC_NONE 0x00000001
358+#define VA_RC_NONE 0x00000001
359359 /** \brief Constant bitrate. */
360-#define VA_RC_CBR 0x00000002
360+#define VA_RC_CBR 0x00000002
361361 /** \brief Variable bitrate. */
362-#define VA_RC_VBR 0x00000004
363-/** \brief Video conference mode. */
364-#define VA_RC_VCM 0x00000008
362+#define VA_RC_VBR 0x00000004
363+/** \brief Video conference mode. */
364+#define VA_RC_VCM 0x00000008
365365 /** \brief Constant QP. */
366-#define VA_RC_CQP 0x00000010
366+#define VA_RC_CQP 0x00000010
367367 /**@}*/
368368
369369 /** @name Attribute values for VAConfigAttribEncPackedHeaders */
@@ -395,11 +395,11 @@ typedef struct _VAConfigAttrib {
395395 /** @name Attribute values for VAConfigAttribEncSliceStructure */
396396 /**@{*/
397397 /** \brief Driver supports an arbitrary number of rows per slice. */
398-#define VA_ENC_SLICE_STRUCTURE_ARBITRARY_ROWS 0x00000000
398+#define VA_ENC_SLICE_STRUCTURE_ARBITRARY_ROWS 0x00000000
399399 /** \brief Driver supports a power-of-two number of rows per slice. */
400400 #define VA_ENC_SLICE_STRUCTURE_POWER_OF_TWO_ROWS 0x00000001
401401 /** \brief Driver supports an arbitrary number of rows per slice. */
402-#define VA_ENC_SLICE_STRUCTURE_ARBITRARY_MACROBLOCKS 0x00000002
402+#define VA_ENC_SLICE_STRUCTURE_ARBITRARY_MACROBLOCKS 0x00000002
403403 /**@}*/
404404
405405 /*