From 7906085fcc33feb5a0c617f5e01065bb9d0caa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Falk=20H=C3=BCffner?= Date: Wed, 24 Mar 2004 23:32:48 +0000 Subject: warning patrol Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/flac.c') diff --git a/libavcodec/flac.c b/libavcodec/flac.c index 5f87cff922..38e09363ab 100644 --- a/libavcodec/flac.c +++ b/libavcodec/flac.c @@ -753,7 +753,6 @@ static int flac_decode_close(AVCodecContext *avctx) } static void flac_flush(AVCodecContext *avctx){ - int i; FLACContext *s = avctx->priv_data; s->bitstream_size= -- cgit v1.2.1