fix decoding of ED-small-sample-file.ogg

Originally committed as revision 6567 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 18 years ago
parent 25b6ce46ea
commit 59ef342beb
  1. 2
      libavcodec/vp3.c

@ -1327,7 +1327,7 @@ static void reverse_dc_prediction(Vp3DecodeContext *s,
int x, y;
int i = first_fragment;
short predicted_dc;
int predicted_dc;
/* DC values for the left, up-left, up, and up-right fragments */
int vl, vul, vu, vur;

Loading…
Cancel
Save