X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Flame%2Fbitstream.c;h=c343b3c8d572bc7219c3a138bd156e41f08a73f0;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=fda431d3d840be531802333764c1f869ef30d25d;hpb=698acf324aaa52147b1486646f6549ffd95804da;p=swftools.git diff --git a/lib/lame/bitstream.c b/lib/lame/bitstream.c index fda431d..c343b3c 100644 --- a/lib/lame/bitstream.c +++ b/lib/lame/bitstream.c @@ -18,10 +18,11 @@ * 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.3 2006/02/09 16:56:23 kramm Exp $ */ +#include #include "config_static.h" #include @@ -806,7 +807,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; }