[Mplayer-cvslog] CVS: main/postproc yuv2rgb.c,1.16,1.17
Michael Niedermayer CVS
michael at mplayerhq.hu
Fri Feb 21 23:01:15 CET 2003
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv29931
Modified Files:
yuv2rgb.c
Log Message:
100l (gcc 3.2 .....)
Index: yuv2rgb.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/yuv2rgb.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- yuv2rgb.c 21 Feb 2003 20:35:18 -0000 1.16
+++ yuv2rgb.c 21 Feb 2003 22:01:00 -0000 1.17
@@ -553,9 +553,9 @@
EPILOG(8)
PROLOG(yuv2rgb_c_1_ordered_dither, uint8_t)
- g= c->table_gU[128] + c->table_gV[128];
const uint8_t *d128=dither_8x8_220[y&7];
char out_1=0, out_2=0;
+ g= c->table_gU[128] + c->table_gV[128];
#define DST1bpp1(i,o) \
Y = py_1[2*i]; \
More information about the MPlayer-cvslog
mailing list