Mercurial > mplayer.hg
changeset 9477:fd4d38aa0e08
100l (gcc 3.2 .....)
author | michael |
---|---|
date | Fri, 21 Feb 2003 22:01:00 +0000 |
parents | eff727517e6b |
children | 8289c6246939 |
files | postproc/yuv2rgb.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]; \