OSDN Git Service

API: h264 encode: fix VAConfigAttribEncMaxRefFrames semantics.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Sun, 18 Dec 2011 18:00:45 +0000 (19:00 +0100)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 28 May 2013 08:19:08 +0000 (16:19 +0800)
va/va.h

diff --git a/va/va.h b/va/va.h
index 6bf1521..70b70bd 100644 (file)
--- a/va/va.h
+++ b/va/va.h
@@ -302,10 +302,9 @@ typedef enum
      * This attribute determines the maximum number of reference
      * frames supported for encoding.
      *
-     * Note: for H.264 encoding, the value represents the maximum
-     * number of reference frames for both the reference picture list
-     * 0 (top 16 bits) and the reference picture list 1 (bottom 16
-     * bits).
+     * Note: for H.264 encoding, the value represents the maximum number
+     * of reference frames for both the reference picture list 0 (bottom
+     * 16 bits) and the reference picture list 1 (top 16 bits).
      */
     VAConfigAttribEncMaxRefFrames       = 13,
     /**