[Mplayer-cvslog] CVS: main/libmpcodecs vd_mtga.c,1.4,1.5

Arpi of Ize arpi at mplayerhq.hu
Sat Mar 15 22:05:40 CET 2003


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv28242

Modified Files:
	vd_mtga.c 
Log Message:
increment is a signed number (-1 or +1)
patch by Michael.Lampe at iwr.uni-heidelberg.de


Index: vd_mtga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_mtga.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vd_mtga.c	22 Sep 2002 02:33:25 -0000	1.4
+++ vd_mtga.c	15 Mar 2003 21:05:37 -0000	1.5
@@ -49,7 +49,7 @@
     unsigned char   bpp;
     unsigned char   origin; /* 0 = lower left, 1 = upper left */
     unsigned short  start_row;
-    unsigned short  increment;
+    short           increment;
 } TGAInfo;
 
 static unsigned int out_fmt = 0;



More information about the MPlayer-cvslog mailing list