Commit f75b3f10 authored by michael's avatar michael

100l for me


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5777 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8a8d753f
......@@ -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