Commit 0732fd76 authored by jbr's avatar jbr

AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9

Remove unnecessary header files.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9662 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1ad2b0eb
...@@ -20,21 +20,17 @@ ...@@ -20,21 +20,17 @@
#include <stdio.h> #include <stdio.h>
#include <stddef.h> #include <stddef.h>
#include <math.h> #include <math.h>
#include <inttypes.h>
#include <string.h> #include <string.h>
#define ALT_BITSTREAM_READER #define ALT_BITSTREAM_READER
#include "ac3tab.h" #include "ac3tab.h"
#include "ac3.h"
#include "ac3_decoder.h" #include "ac3_decoder.h"
#include "avcodec.h" #include "avcodec.h"
#include "bitstream.h" #include "bitstream.h"
#include "dsputil.h" #include "dsputil.h"
#include "avutil.h" #include "avutil.h"
#include "common.h" #include "common.h"
#include "math.h"
#include "crc.h"
#define N 512 /* constant for IMDCT Block size */ #define N 512 /* constant for IMDCT Block size */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment