more horizontal refactoring
[swftools.git] / lib / lame / bitstream.c
index fda431d..c343b3c 100644 (file)
  * 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 <stdlib.h>
 #include "config_static.h"
 
 #include <stdlib.h>
@@ -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;
 }