[Libva] [PATCH 21/42] API: h264 encode: fix VAConfigAttribEncMaxRefFrames semantics.

Xiang, Haihao haihao.xiang at intel.com
Mon May 13 00:51:45 PDT 2013


From: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

---
 va/va.h |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/va/va.h b/va/va.h
index e329e64..71573f2 100644
--- a/va/va.h
+++ b/va/va.h
@@ -332,10 +332,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,
     /**
-- 
1.7.4.1



More information about the Libva mailing list