From: Gwenole Beauchesne <[email protected]>

---
 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

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

Reply via email to