summaryrefslogtreecommitdiff
path: root/va/va.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-11-24 12:15:52 +0000
committerXiang, Haihao <haihao.xiang@intel.com>2013-05-28 16:19:08 +0800
commite42350b8f66329a07d31ada9e996af3ca59280ff (patch)
tree4bab3aa60cb582781a46ef42c46e2c574c068cec /va/va.h
parentea0ed78508bbc2dc000bdbd5b50f4e3665fe27a4 (diff)
API: h264 encode: fix comments.
Diffstat (limited to 'va/va.h')
-rw-r--r--va/va.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/va/va.h b/va/va.h
index 1e5b470..482c14c 100644
--- a/va/va.h
+++ b/va/va.h
@@ -297,7 +297,7 @@ typedef enum
*/
VAConfigAttribEncInterlaced = 11,
/**
- * \brief Max number of reference frames. Read-only.
+ * \brief Maximum number of reference frames. Read-only.
*
* This attribute determines the maximum number of reference
* frames supported for encoding.
@@ -358,7 +358,7 @@ typedef struct _VAConfigAttrib {
#define VA_RC_VBR 0x00000004
#define VA_RC_VCM 0x00000008 /* video conference mode */
-/** @name Attribute values for VAConfigAttribuEncPackedHeaders */
+/** @name Attribute values for VAConfigAttribEncPackedHeaders */
/**@{*/
/** \brief Driver does not support any packed headers mode. */
#define VA_ENC_PACKED_HEADER_NONE 0x00000000
@@ -370,7 +370,7 @@ typedef struct _VAConfigAttrib {
#define VA_ENC_PACKED_HEADER_SLICE 0x00000004
/**@}*/
-/** @name Attribute values for VAConfigAttributeEncInterlaced */
+/** @name Attribute values for VAConfigAttribEncInterlaced */
/**@{*/
/** \brief Driver does not support interlaced coding. */
#define VA_ENC_INTERLACED_NONE 0x00000000
@@ -380,7 +380,7 @@ typedef struct _VAConfigAttrib {
#define VA_ENC_INTERLACED_FIELD 0x00000002
/** \brief Driver supports macroblock adaptive frame field coding. */
#define VA_ENC_INTERLACED_MBAFF 0x00000004
-/** \brief Driver support picture adaptive frame field coding. */
+/** \brief Driver supports picture adaptive frame field coding. */
#define VA_ENC_INTERLACED_PAFF 0x00000008
/**@}*/