summaryrefslogtreecommitdiff
path: root/src/i915_hwmc.c
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2007-08-08 09:22:42 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2007-08-08 09:22:42 +0800
commit76c084d41999f13497b80d4ac6799cb974adaa03 (patch)
tree5c06019e14763fdcbbbd01e0cd1bbbda255af200 /src/i915_hwmc.c
parentcfc614b1f9143ed1407733aaa81c4a980c613a63 (diff)
explicit say "unsigned int"
Diffstat (limited to 'src/i915_hwmc.c')
-rw-r--r--src/i915_hwmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i915_hwmc.c b/src/i915_hwmc.c
index 79fe2849..8ff18641 100644
--- a/src/i915_hwmc.c
+++ b/src/i915_hwmc.c
@@ -657,8 +657,8 @@ static int I915XvMCCreateSubpicture (ScrnInfoPtr pScrn, XvMCSubpicturePtr pSubp,
I915XvMCSurfacePriv *sfpriv = NULL;
I915XvMCCreateSurfaceRec *surfaceRec = NULL;
XvMCContextPtr ctx = NULL;
- unsigned srfno;
- unsigned bufsize;
+ unsigned int srfno;
+ unsigned int bufsize;
*priv = NULL;
*num_priv = 0;