summaryrefslogtreecommitdiff
path: root/src/xvmc/intel_xvmc.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2007-12-24 10:53:57 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2007-12-24 10:53:57 +0800
commitf0ced5edaeec3e7741828eab728417843326d56f (patch)
tree9f27c356f3ba5effd964de0187be70a54597e5e8 /src/xvmc/intel_xvmc.h
parent216ad7398742f2f80b5477e89f827acb351b4d72 (diff)
xvmc: store XvMCContext pointer instead of context_id in internal ctx list
Diffstat (limited to 'src/xvmc/intel_xvmc.h')
-rw-r--r--src/xvmc/intel_xvmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xvmc/intel_xvmc.h b/src/xvmc/intel_xvmc.h
index 961a2e17..19c5f4cd 100644
--- a/src/xvmc/intel_xvmc.h
+++ b/src/xvmc/intel_xvmc.h
@@ -100,7 +100,7 @@ extern Status _xvmc_destroy_subpicture(Display *dpy,
XvMCSubpicture *subpicture);
typedef struct _intel_xvmc_context {
- XID id; /* context id to X system */
+ XvMCContext *context;
drm_context_t hw_context; /* context id to kernel drm */
struct _intel_xvmc_context *next;
} intel_xvmc_context_t, *intel_xvmc_context_ptr;