[Mplayer-cvslog] CVS: main/libvo jpeg_enc.c,1.17,1.18
Alex Beregszaszi
alex at fsn.hu
Thu Oct 30 18:39:38 CET 2003
Hi,
> - for(qscale=1; qscale<32; qscale++){
> + for(qscale=qmin; qscale<qmax; qscale++){
[cut]
> j->s->q_intra_matrix16,
> - j->s->q_intra_matrix16_bias,
> - j->s->intra_matrix, j->s->intra_quant_bias);
> + j->s->intra_matrix, j->s->intra_quant_bias, 1, 31);
> return j;
Why not 1-32 as it was in the original version?
--
Alex Beregszaszi <alex at fsn.hu>
(MPlayer Core Developer -- http://www.mplayerhq.hu/)
More information about the MPlayer-cvslog
mailing list