VACodedBufferSegment: correct the description
authorAustin Yuan <shengquan.yuan@intel.com>
Thu, 1 Mar 2012 06:48:42 +0000 (22:48 -0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 28 May 2013 08:19:08 +0000 (16:19 +0800)
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
va/va.h

diff --git a/va/va.h b/va/va.h
index af4dd72..f098344 100644 (file)
--- 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;