Add VASliceParameterBufferMPEG2.slice_horizontal_position for i965 driver. 76/476/1
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Thu, 10 Sep 2009 13:40:22 +0000 (13:40 +0000)
committerAustin Yuan <shengquan.yuan@intel.com>
Mon, 14 Sep 2009 06:37:17 +0000 (14:37 +0800)
src/va.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index d3f901b..97cff9b
--- a/src/va.h
+++ b/src/va.h
@@ -569,6 +569,7 @@ typedef struct _VASliceParameterBufferMPEG2
     unsigned int slice_data_offset;/* the offset to the first byte of slice data */
     unsigned int slice_data_flag; /* see VA_SLICE_DATA_FLAG_XXX defintions */
     unsigned int macroblock_offset;/* the offset to the first bit of MB from the first byte of slice data */
+    unsigned int slice_horizontal_position;
     unsigned int slice_vertical_position;
     int quantiser_scale_code;
     int intra_slice_flag;