changeset 14795:041a13490497

no effect in practice, but strides should always be signed
author rfelker
date Thu, 24 Feb 2005 17:07:49 +0000
parents a9f383892015
children e98f3d37bc1c
files libvo/vo_dga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dga.c	Thu Feb 24 17:05:34 2005 +0000
+++ b/libvo/vo_dga.c	Thu Feb 24 17:07:49 2005 +0000
@@ -233,7 +233,7 @@
 
     char *d;
     unsigned int offset;
-    unsigned int buffer_stride;
+    int buffer_stride;
 
     offset = vo_dga_width * y0 + x0;
     buffer_stride = vo_dga_width;