mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 21:48:15 +08: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:
@ -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;
|
||||
|
Reference in New Issue
Block a user