diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-03-10 15:13:41 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-04-08 11:22:23 +0200 |
commit | 4edff6c972311df2370a8323e346eeabd49ced35 (patch) | |
tree | 5a9d647d7e0901758caac10a800bf4cc5763804d /src/xvmc/i915_xvmc.h | |
parent | 9eeabf876d1f70f5525bbac438414557dd2d4335 (diff) |
libXvMC: move drm_intel_bo to common intel_xvmc_surface
i965 lost the last field in it's private surface struct. Kill it
and any associated headers.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'src/xvmc/i915_xvmc.h')
-rw-r--r-- | src/xvmc/i915_xvmc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xvmc/i915_xvmc.h b/src/xvmc/i915_xvmc.h index af4e2047..4a5a98da 100644 --- a/src/xvmc/i915_xvmc.h +++ b/src/xvmc/i915_xvmc.h @@ -103,7 +103,6 @@ typedef struct _i915XvMCSurface { unsigned int uvStride; unsigned int width; /* Dimensions */ unsigned int height; - drm_intel_bo *bo; i915XvMCContext *privContext; i915XvMCSubpicture *privSubPic; /* Subpicture to be blended when * displaying. NULL if none. */ |