diff options
author | Xiang Hai hao <haihao.xiang@intel.com> | 2009-05-18 17:12:30 +0800 |
---|---|---|
committer | Zou Nan hai <nanhai.zou@intel.com> | 2009-05-18 17:12:30 +0800 |
commit | b622860429e00d6ab4407980232659c283a8fe8d (patch) | |
tree | 21892df1406bfc1b9cfc3f0d8ea2e74e9927c367 /src/xvmc/i915_xvmc.h | |
parent | 50c10ededba15dd0c118f1b65756362061491090 (diff) |
DRI2 for XvMC
Diffstat (limited to 'src/xvmc/i915_xvmc.h')
-rw-r--r-- | src/xvmc/i915_xvmc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xvmc/i915_xvmc.h b/src/xvmc/i915_xvmc.h index af0a77da..de9eb787 100644 --- a/src/xvmc/i915_xvmc.h +++ b/src/xvmc/i915_xvmc.h @@ -55,8 +55,6 @@ typedef struct _i915XvMCContext { unsigned int yStride; unsigned int uvStride; unsigned short ref; - volatile drmI830Sarea *sarea; - unsigned int sarea_priv_offset; /* Offset in sarea to private part */ unsigned int depth; XvPortID port; /* Xv Port ID when displaying */ int haveXv; /* Have I initialized the Xv |