summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Bian <jonathan.bian@intel.com>2013-03-14 19:18:01 -0700
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-08-27 11:16:44 +0200
commitc047a8dac7d4312bf10365613a4152498edfdb7f (patch)
tree76f3e3f797a4c4ca8b3e459c8bbf8a34164dd242
parentcd356fd12bcbb6502f8c509109c01925582440d7 (diff)
downloadlibva-c047a8dac7d4312bf10365613a4152498edfdb7f.tar.gz
Renamed num_ref_ifx_lX_active_minus1 in VAPictureParameterBufferH264 to match the latest spec.
-rw-r--r--va/va.h8
1 files 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 */