summaryrefslogtreecommitdiff
path: root/va
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2012-02-29 22:48:42 -0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-05-28 16:19:08 +0800
commiteef609e50e1919b6dbae56ca25f0f79939bd4f64 (patch)
tree01ea0b486e5df6f462b5ccfc7844d6b6df05355c /va
parentf871a01c0123adb8b24a019b93f78531d167e3fc (diff)
VACodedBufferSegment: correct the description
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'va')
-rw-r--r--va/va.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/va/va.h b/va/va.h
index af4dd72..f098344 100644
--- a/va/va.h
+++ b/va/va.h
@@ -1598,12 +1598,9 @@ VAStatus vaBufferSetNumElements (
typedef struct _VACodedBufferSegment {
/**
* \brief Size of the data buffer in this segment (in bytes).
- *
- * The size of the corresponding NAL unit can be obtained with
- * \c size - \c bit_offset/8.
*/
unsigned int size;
- /** \brief Bit offset into the data buffer where the NAL unit starts. */
+ /** \brief Bit offset into the data buffer where the video data starts. */
unsigned int bit_offset;
/** \brief Status set by the driver. See \c VA_CODED_BUF_STATUS_*. */
unsigned int status;