diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2012-02-29 22:48:42 -0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-05-28 16:19:08 +0800 |
commit | eef609e50e1919b6dbae56ca25f0f79939bd4f64 (patch) | |
tree | 01ea0b486e5df6f462b5ccfc7844d6b6df05355c /va | |
parent | f871a01c0123adb8b24a019b93f78531d167e3fc (diff) |
VACodedBufferSegment: correct the description
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'va')
-rw-r--r-- | va/va.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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; |