X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Flame%2Fbitstream.c;h=78ca7fa2b4833fc21d9ddb2120c06e84ecabebe5;hb=a1f4536f3124b494248fe519c278b757faa4a0b1;hp=fda431d3d840be531802333764c1f869ef30d25d;hpb=74b4a79f8fe1b092dbcb5fb2f6a050ed13785065;p=swftools.git diff --git a/lib/lame/bitstream.c b/lib/lame/bitstream.c index fda431d..78ca7fa 100644 --- a/lib/lame/bitstream.c +++ b/lib/lame/bitstream.c @@ -18,7 +18,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * $Id: bitstream.c,v 1.1 2002/04/28 17:30:17 kramm Exp $ + * $Id: bitstream.c,v 1.2 2002/05/19 18:09:36 kramm Exp $ */ @@ -806,7 +806,7 @@ compute_flushbits( const lame_global_flags * gfp, int *total_bytes_output ) DEBUGF(gfc,"bitsperframe: %i \n",bitsPerFrame); DEBUGF(gfc,"sidelen: %i \n",gfc->sideinfo_len); #endif - ERRORF(gfc,"strange error flushing buffer ... \n"); +// ERRORF(gfc,"strange error flushing buffer ... \n"); } return flushbits; }