Commit 0611f675 authored by Alex Converse's avatar Alex Converse

10l: vorbisdec: declare dy

Originally committed as revision 25725 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8455e8c7
......@@ -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;
......
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