# HG changeset patch # User michael # Date 1045864860 0 # Node ID fd4d38aa0e089b0cedb7a553550a4d8f27441f8e # Parent eff727517e6bfc70d2aa3460b61741c6fefdd7a9 100l (gcc 3.2 .....) diff -r eff727517e6b -r fd4d38aa0e08 postproc/yuv2rgb.c --- a/postproc/yuv2rgb.c Fri Feb 21 20:35:18 2003 +0000 +++ b/postproc/yuv2rgb.c Fri Feb 21 22:01:00 2003 +0000 @@ -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]; \