From cea9642014e833799eca40db03530ed0002f99d8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 19 Feb 2008 22:09:08 +0000 Subject: Fix ;; Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/flac.c') diff --git a/libavcodec/flac.c b/libavcodec/flac.c index 475c343e69..81ed55e354 100644 --- a/libavcodec/flac.c +++ b/libavcodec/flac.c @@ -721,7 +721,7 @@ static int flac_decode_frame(AVCodecContext *avctx, // s->last_blocksize = s->blocksize; end: - i= (get_bits_count(&s->gb)+7)/8;; + i= (get_bits_count(&s->gb)+7)/8; if(i > buf_size){ av_log(s->avctx, AV_LOG_ERROR, "overread: %d\n", i - buf_size); s->bitstream_size=0; -- cgit v1.2.3