summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudio.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-08-13 21:48:05 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-08-13 21:48:05 +0000
commit1a56543279a6fd146c8616781b4160e207bb4f6d (patch)
tree4ca37977d896e803a3990e8491f75d02edf49dfd /libavcodec/mpegaudio.c
parentd95ecd058e6256b6deacad8b09fbe58b52f07430 (diff)
downloadffmpeg-streaming-1a56543279a6fd146c8616781b4160e207bb4f6d.zip
ffmpeg-streaming-1a56543279a6fd146c8616781b4160e207bb4f6d.tar.gz
win32 fixes
Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio.c')
-rw-r--r--libavcodec/mpegaudio.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c
index af05e29..7785257 100644
--- a/libavcodec/mpegaudio.c
+++ b/libavcodec/mpegaudio.c
@@ -16,16 +16,10 @@
* 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>
-#include <math.h>
#include "avcodec.h"
+#include <math.h>
#include "mpegaudio.h"
-#define NDEBUG
-#include <assert.h>
-
/* define it to use floats in quantization (I don't like floats !) */
//#define USE_FLOATS
OpenPOWER on IntegriCloud