[MPlayer-cvslog] CVS: main/libvo jpeg_enc.c,1.22,1.23
Rik Snel CVS
syncmail at mplayerhq.hu
Sun May 1 10:33:38 CEST 2005
CVS change done by Rik Snel CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv30946/libvo
Modified Files:
jpeg_enc.c
Log Message:
compilation fix (libavcodec sync)
Index: jpeg_enc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/jpeg_enc.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- jpeg_enc.c 28 Oct 2004 01:15:52 -0000 1.22
+++ jpeg_enc.c 1 May 2005 08:33:35 -0000 1.23
@@ -367,7 +367,7 @@
j->s->intra_matrix[0] = ff_mpeg1_default_intra_matrix[0];
for (i = 1; i < 64; i++)
- j->s->intra_matrix[i] = CLAMP_TO_8BIT(
+ j->s->intra_matrix[i] = clip_uint8(
(ff_mpeg1_default_intra_matrix[i]*j->s->qscale) >> 3);
convert_matrix(j->s, j->s->q_intra_matrix, j->s->q_intra_matrix16,
j->s->intra_matrix, j->s->intra_quant_bias, 8, 8);
More information about the MPlayer-cvslog
mailing list