diff ac3enc.c @ 64:5aa6292a1660 libavcodec

win32 fixes
author glantau
date Mon, 13 Aug 2001 21:48:05 +0000
parents 2f603eb2f23d
children bc27d8c5dc2e
line wrap: on
line diff
--- a/ac3enc.c	Mon Aug 13 21:46:21 2001 +0000
+++ b/ac3enc.c	Mon Aug 13 21:48:05 2001 +0000
@@ -16,19 +16,14 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
+//#define DEBUG
+//#define DEBUG_BITALLOC
+#include "avcodec.h"
 #include <math.h>
-#include "avcodec.h"
 
 #include "ac3enc.h"
 #include "ac3tab.h"
 
-//#define DEBUG
-//#define DEBUG_BITALLOC
-#define NDEBUG
-#include <assert.h>
 
 #define MDCT_NBITS 9
 #define N         (1 << MDCT_NBITS)