summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_dga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index 0c6eadadd2..feabdc3aa8 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -233,7 +233,7 @@ static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src,
char *d;
unsigned int offset;
- unsigned int buffer_stride;
+ int buffer_stride;
offset = vo_dga_width * y0 + x0;
buffer_stride = vo_dga_width;