Commit 59ef342b authored by Michael Niedermayer's avatar Michael Niedermayer

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

Originally committed as revision 6567 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 25b6ce46
......@@ -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;
......
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