Browse Source

100l for me

Originally committed as revision 5777 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 19 years ago
parent
commit
a14ab4e4d4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vp3.c

+ 1
- 1
libavcodec/vp3.c View File

@@ -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);


Loading…
Cancel
Save