forked from FFmpeg/FFmpeg
10l: vorbisdec: declare dy
Originally committed as revision 25725 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8455e8c7c0
commit
0611f67525
1 changed files with 1 additions and 1 deletions
|
@ -1146,7 +1146,7 @@ static int vorbis_floor1_decode(vorbis_context *vc,
|
|||
int_fast16_t book;
|
||||
uint_fast16_t offset;
|
||||
uint_fast16_t i,j;
|
||||
int_fast16_t adx, ady, dx, off, predicted;
|
||||
int_fast16_t adx, ady, dx, dy, off, predicted;
|
||||
int_fast32_t err;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue