From c047a8dac7d4312bf10365613a4152498edfdb7f Mon Sep 17 00:00:00 2001 From: Jonathan Bian Date: Thu, 14 Mar 2013 19:18:01 -0700 Subject: Renamed num_ref_ifx_lX_active_minus1 in VAPictureParameterBufferH264 to match the latest spec. --- va/va.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/va/va.h b/va/va.h index 90f9342..e2755bf 100644 --- a/va/va.h +++ b/va/va.h @@ -1599,12 +1599,8 @@ typedef struct _VAPictureParameterBufferH264 unsigned int value; } pic_fields; unsigned short frame_num; - /* - * The following two fields will be used for base mode slice decoding. - * For normal mode the fields in the slice parameter structure will be used. - */ - unsigned char num_ref_idx_l0_active_minus1; - unsigned char num_ref_idx_l1_active_minus1; + unsigned char num_ref_idx_l0_default_active_minus1; + unsigned char num_ref_idx_l1_default_active_minus1; } VAPictureParameterBufferH264; /* H.264 Inverse Quantization Matrix Buffer */ -- cgit v1.2.1