[Libva] [PATCH 35/42] API: h264 encode: fix comment for RefPicList0/1.
Xiang, Haihao
haihao.xiang at intel.com
Mon May 13 00:51:59 PDT 2013
From: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
va/va_enc_h264.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/va/va_enc_h264.h b/va/va_enc_h264.h
index 711403c..64ac107 100644
--- a/va/va_enc_h264.h
+++ b/va/va_enc_h264.h
@@ -406,9 +406,9 @@ typedef struct _VAEncSliceParameterBufferH264 {
* Range: 0 to 31, inclusive.
*/
unsigned char num_ref_idx_l1_active_minus1;
- /** \brief XXX: is this really used? */
+ /** \brief Reference picture list 0 (for P slices). */
VAPictureH264 RefPicList0[32];
- /** \brief XXX: is this really used? */
+ /** \brief Reference picture list 1 (for B slices). */
VAPictureH264 RefPicList1[32];
/**@}*/
--
1.7.4.1
More information about the Libva
mailing list