From: Austin Yuan <[email protected]>

Signed-off-by: Austin Yuan <[email protected]>
---
 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

_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to