# HG changeset patch # User rfelker # Date 1109264869 0 # Node ID 041a13490497c406e1f529d482c0126e2d202c69 # Parent a9f38389201518e5417c093aa33742ddd78b79da no effect in practice, but strides should always be signed diff -r a9f383892015 -r 041a13490497 libvo/vo_dga.c --- 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;