summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-09-10 13:40:22 +0000
committerAustin Yuan <shengquan.yuan@intel.com>2009-09-14 14:37:17 +0800
commit5e40eae662628671bd01af5a017a2330f5a065d6 (patch)
tree37d5ada1d01c9b7ef283d092aa61e2c71c74cb4b
parent69d39f0b6d3a76f7da891db8e78d158cf2ade949 (diff)
downloadlibva-5e40eae662628671bd01af5a017a2330f5a065d6.tar.gz
Add VASliceParameterBufferMPEG2.slice_horizontal_position for i965 driver.
-rwxr-xr-x[-rw-r--r--]src/va.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/va.h b/src/va.h
index d3f901b..97cff9b 100644..100755
--- 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;