• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/libva


Commit MetaInfo

Revisioneef609e50e1919b6dbae56ca25f0f79939bd4f64 (tree)
Zeit2013-05-28 17:19:08
AutorAustin Yuan <shengquan.yuan@inte...>
CommiterXiang, Haihao

Log Message

VACodedBufferSegment: correct the description

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

Ändern Zusammenfassung

Diff

--- a/va/va.h
+++ b/va/va.h
@@ -1598,12 +1598,9 @@ VAStatus vaBufferSetNumElements (
15981598 typedef struct _VACodedBufferSegment {
15991599 /**
16001600 * \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.
16041601 */
16051602 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. */
16071604 unsigned int bit_offset;
16081605 /** \brief Status set by the driver. See \c VA_CODED_BUF_STATUS_*. */
16091606 unsigned int status;