[Mplayer-cvslog] CVS: main/postproc yuv2rgb.c,1.4,1.5

Arpi of Ize arpi at mplayerhq.hu
Mon May 20 06:00:27 CEST 2002


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

Modified Files:
	yuv2rgb.c 
Log Message:
64bit incompatibility bug, patch by Artur Grabowski <art at blahonga.org>

Index: yuv2rgb.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/yuv2rgb.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yuv2rgb.c	2 May 2002 11:00:16 -0000	1.4
+++ yuv2rgb.c	20 May 2002 04:00:25 -0000	1.5
@@ -407,7 +407,7 @@
     uint32_t *table_32 = 0;
     uint16_t *table_16 = 0;
     uint8_t *table_8 = 0;
-    uint32_t entry_size = 0;
+    int entry_size = 0;
     void *table_r = 0, *table_g = 0, *table_b = 0;
 
     int crv = Inverse_Table_6_9[matrix_coefficients][0];




More information about the MPlayer-cvslog mailing list