[Libva] [PATCH 28/42] VACodedBufferSegment: correct the description

Xiang, Haihao haihao.xiang at intel.com
Mon May 13 00:51:52 PDT 2013


From: Austin Yuan <shengquan.yuan at intel.com>

Signed-off-by: Austin Yuan <shengquan.yuan at intel.com>
---
 va/va.h |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/va/va.h b/va/va.h
index 69589d6..9982c9f 100644
--- a/va/va.h
+++ b/va/va.h
@@ -1628,12 +1628,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;
-- 
1.7.4.1



More information about the Libva mailing list