diff options
author | Falk Hüffner <mellum@users.sourceforge.net> | 2004-03-24 23:32:48 +0000 |
---|---|---|
committer | Falk Hüffner <mellum@users.sourceforge.net> | 2004-03-24 23:32:48 +0000 |
commit | 7906085fcc33feb5a0c617f5e01065bb9d0caa86 (patch) | |
tree | 830c3feb8c2c6333c5581ab5ae54d06ff267cc7d /libavcodec/flac.c | |
parent | d957696f173ab3c9f222ab097669ed8f0b3951c2 (diff) | |
download | ffmpeg-7906085fcc33feb5a0c617f5e01065bb9d0caa86.tar.gz |
warning patrol
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flac.c')
-rw-r--r-- | libavcodec/flac.c | 1 |
1 files changed, 0 insertions, 1 deletions
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= |