From b7cff9ce7c4beb181daa0284ad3ad8fd575e4c8d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 10 Sep 2006 18:16:19 +0000 Subject: Remove unused variable. Originally committed as revision 6223 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vorbis.c') diff --git a/libavcodec/vorbis.c b/libavcodec/vorbis.c index 3bf22bca11..41912bb18e 100644 --- a/libavcodec/vorbis.c +++ b/libavcodec/vorbis.c @@ -1693,7 +1693,7 @@ static int vorbis_decode_frame(AVCodecContext *avccontext, vorbis_context *vc = avccontext->priv_data ; GetBitContext *gb = &(vc->gb); - int_fast16_t i, len; + int_fast16_t len; if(!buf_size){ return 0; -- cgit v1.2.3