mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fix decoding of ED-small-sample-file.ogg
Originally committed as revision 6567 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
25b6ce46ea
commit
59ef342beb
@ -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…
Reference in New Issue
Block a user