From 640953f10df35ef0083a62316934da7a8ff183e8 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Sun, 18 Dec 2011 19:00:45 +0100 Subject: [PATCH] API: h264 encode: fix VAConfigAttribEncMaxRefFrames semantics. --- va/va.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/va/va.h b/va/va.h index 6bf1521..70b70bd 100644 --- 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, /** -- 2.11.0