Commit d28a36de authored by michael's avatar michael

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


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