hardware/intel/libva
Revision | eef609e50e1919b6dbae56ca25f0f79939bd4f64 (tree) |
---|---|
Zeit | 2013-05-28 17:19:08 |
Autor | Austin Yuan <shengquan.yuan@inte...> |
Commiter | Xiang, Haihao |
VACodedBufferSegment: correct the description
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
@@ -1598,12 +1598,9 @@ VAStatus vaBufferSetNumElements ( | ||
1598 | 1598 | typedef struct _VACodedBufferSegment { |
1599 | 1599 | /** |
1600 | 1600 | * \brief Size of the data buffer in this segment (in bytes). |
1601 | - * | |
1602 | - * The size of the corresponding NAL unit can be obtained with | |
1603 | - * \c size - \c bit_offset/8. | |
1604 | 1601 | */ |
1605 | 1602 | unsigned int size; |
1606 | - /** \brief Bit offset into the data buffer where the NAL unit starts. */ | |
1603 | + /** \brief Bit offset into the data buffer where the video data starts. */ | |
1607 | 1604 | unsigned int bit_offset; |
1608 | 1605 | /** \brief Status set by the driver. See \c VA_CODED_BUF_STATUS_*. */ |
1609 | 1606 | unsigned int status; |