From: Austin Yuan Date: Thu, 1 Mar 2012 06:48:42 +0000 (-0800) Subject: VACodedBufferSegment: correct the description X-Git-Tag: libva-1.2.0~205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eef609e50e1919b6dbae56ca25f0f79939bd4f64;p=platform%2Fupstream%2Flibva.git VACodedBufferSegment: correct the description Signed-off-by: Austin Yuan --- 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;