diff flac.c @ 6377:931ca319f2fe libavcodec

Fix ;;
author michael
date Tue, 19 Feb 2008 22:09:08 +0000
parents d1caba97fc63
children 48759bfbd073
line wrap: on
line diff
--- a/flac.c	Tue Feb 19 21:55:13 2008 +0000
+++ b/flac.c	Tue Feb 19 22:09:08 2008 +0000
@@ -721,7 +721,7 @@
 
 //    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;