summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-21 22:01:00 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-21 22:01:00 +0000
commitd464b1ed03d66328470d9936e9de83626d00853a (patch)
treea1e8a49f04d438f935f040c4231b50641b60c3e2 /postproc
parent274db98899b16c07e70af7924a1b6933e765126f (diff)
downloadmpv-d464b1ed03d66328470d9936e9de83626d00853a.tar.bz2
mpv-d464b1ed03d66328470d9936e9de83626d00853a.tar.xz
100l (gcc 3.2 .....)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9478 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/yuv2rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/yuv2rgb.c b/postproc/yuv2rgb.c
index 94196c4c2d..e920d50ae0 100644
--- a/postproc/yuv2rgb.c
+++ b/postproc/yuv2rgb.c
@@ -553,9 +553,9 @@ PROLOG(yuv2rgb_c_4b_ordered_dither, uint8_t)
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]; \