Commit a14ab4e4 authored by Michael Niedermayer's avatar Michael Niedermayer

100l for me

Originally committed as revision 5777 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 116d866c
......@@ -667,7 +667,7 @@ static void init_dequantizer(Vp3DecodeContext *s)
+ s->qr_size[inter][plane][qri])
/ (2*s->qr_size[inter][plane][qri]);
int qmin= 8<<(inter + !plane);
int qmin= 8<<(inter + !i);
int qscale= i ? ac_scale_factor : dc_scale_factor;
s->qmat[inter][plane][i]= clip((qscale * coeff)/100 * 4, qmin, 4096);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment