From 10cd1cf2af8f7c3ca896b4f9e62b7cd514c77fba Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 8 May 2006 06:23:11 +0000 Subject: [PATCH] --- src/video/directfb/SDL_DirectFB_yuv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/directfb/SDL_DirectFB_yuv.c b/src/video/directfb/SDL_DirectFB_yuv.c index a116eecff..583b8274e 100644 --- a/src/video/directfb/SDL_DirectFB_yuv.c +++ b/src/video/directfb/SDL_DirectFB_yuv.c @@ -200,7 +200,7 @@ int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay *overlay) { DFBResult ret; void *data; - unsigned int pitch; + int pitch; IDirectFBSurface *surface = overlay->hwdata->surface; ret = surface->Lock (surface, DSLF_READ | DSLF_WRITE, &data, &pitch);