From e691f29aa3b9e9e2da46b8108aef4487b263cf8c Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 24 Nov 2011 12:29:06 +0000 Subject: [PATCH] API: h264 encode: remove TABs in newly added code. --- va/va.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/va/va.h b/va/va.h index 0cb6252..4da5daa 100644 --- a/va/va.h +++ b/va/va.h @@ -314,7 +314,7 @@ typedef enum * This attribute determines the maximum number of slices the * driver can support to encode a single frame. */ - VAConfigAttribEncMaxSlices = 14, + VAConfigAttribEncMaxSlices = 14, /** * \brief Slice structure. Read-only. * @@ -331,7 +331,7 @@ typedef enum * See \c VA_ENC_SLICE_STRUCTURE_xxx for the supported slice * structure types. */ - VAConfigAttribEncSliceStructure = 15, + VAConfigAttribEncSliceStructure = 15, /**@}*/ } VAConfigAttribType; @@ -355,15 +355,15 @@ typedef struct _VAConfigAttrib { /** @name Attribute values for VAConfigAttribRateControl */ /**@{*/ /** \brief Driver does not support any form of rate control. */ -#define VA_RC_NONE 0x00000001 +#define VA_RC_NONE 0x00000001 /** \brief Constant bitrate. */ -#define VA_RC_CBR 0x00000002 +#define VA_RC_CBR 0x00000002 /** \brief Variable bitrate. */ -#define VA_RC_VBR 0x00000004 -/** \brief Video conference mode. */ -#define VA_RC_VCM 0x00000008 +#define VA_RC_VBR 0x00000004 +/** \brief Video conference mode. */ +#define VA_RC_VCM 0x00000008 /** \brief Constant QP. */ -#define VA_RC_CQP 0x00000010 +#define VA_RC_CQP 0x00000010 /**@}*/ /** @name Attribute values for VAConfigAttribEncPackedHeaders */ @@ -395,11 +395,11 @@ typedef struct _VAConfigAttrib { /** @name Attribute values for VAConfigAttribEncSliceStructure */ /**@{*/ /** \brief Driver supports an arbitrary number of rows per slice. */ -#define VA_ENC_SLICE_STRUCTURE_ARBITRARY_ROWS 0x00000000 +#define VA_ENC_SLICE_STRUCTURE_ARBITRARY_ROWS 0x00000000 /** \brief Driver supports a power-of-two number of rows per slice. */ #define VA_ENC_SLICE_STRUCTURE_POWER_OF_TWO_ROWS 0x00000001 /** \brief Driver supports an arbitrary number of rows per slice. */ -#define VA_ENC_SLICE_STRUCTURE_ARBITRARY_MACROBLOCKS 0x00000002 +#define VA_ENC_SLICE_STRUCTURE_ARBITRARY_MACROBLOCKS 0x00000002 /**@}*/ /* -- 2.11.0