projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5427e24
)
100l (gcc 3.2 .....)
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 21 Feb 2003 22:01:00 +0000
(22:01 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 21 Feb 2003 22:01:00 +0000
(22:01 +0000)
Originally committed as revision 9478 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/yuv2rgb.c
patch
|
blob
|
history
diff --git
a/postproc/yuv2rgb.c
b/postproc/yuv2rgb.c
index
94196c4
..
e920d50
100644
(file)
--- 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]; \