[MPlayer-cvslog] CVS: main/libvo vo_dga.c,1.70,1.71

Richard Felker CVS syncmail at mplayerhq.hu
Thu Feb 24 18:07:51 CET 2005


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv14831/libvo

Modified Files:
	vo_dga.c 
Log Message:
no effect in practice, but strides should always be signed

Index: vo_dga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dga.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- vo_dga.c	28 Oct 2004 01:15:52 -0000	1.70
+++ vo_dga.c	24 Feb 2005 17:07:49 -0000	1.71
@@ -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;




More information about the MPlayer-cvslog mailing list