summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_dec.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-11-12 05:38:57 +0000
committerAlex Converse <alex.converse@gmail.com>2010-11-12 05:38:57 +0000
commit5fb2f1347ef679202ddeeed33684da02ec833415 (patch)
treecbb6a3335ce35e8c061f453ef0fcf48518ea2f72 /libavcodec/vorbis_dec.c
parent0611f675255797730e2ae51c26d08de9c4bd452b (diff)
downloadffmpeg-streaming-5fb2f1347ef679202ddeeed33684da02ec833415.zip
ffmpeg-streaming-5fb2f1347ef679202ddeeed33684da02ec833415.tar.gz
10l: dx shouldn't exist.
sorry sorry sorry sorry Originally committed as revision 25726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vorbis_dec.c')
-rw-r--r--libavcodec/vorbis_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c
index 3305dc1..5655904 100644
--- a/libavcodec/vorbis_dec.c
+++ b/libavcodec/vorbis_dec.c
@@ -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, dy, off, predicted;
+ int_fast16_t adx, ady, dy, off, predicted;
int_fast32_t err;
OpenPOWER on IntegriCloud