diff --git a/Xext/xvdisp.c b/Xext/xvdisp.c index fb49fb6ed..0be6c26b6 100644 --- a/Xext/xvdisp.c +++ b/Xext/xvdisp.c @@ -1019,8 +1019,8 @@ ProcXvQueryImageAttributes(ClientPtr client) CARD16 width, height; XvImagePtr pImage = NULL; XvPortPtr pPort; - int *offsets; - int *pitches; + int32_t *offsets; + int32_t *pitches; int planeLength; REQUEST(xvQueryImageAttributesReq);