API: h264 encode: fix comment for RefPicList0/1.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 24 Nov 2011 13:29:51 +0000 (13:29 +0000)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 28 May 2013 08:19:08 +0000 (16:19 +0800)
va/va_enc_h264.h

index 711403c..64ac107 100644 (file)
@@ -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];
     /**@}*/