mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 14:26:59 +00:00
AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9
Remove unnecessary header files. Originally committed as revision 9662 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
262d8702a9
commit
3ff88ff45a
@ -20,21 +20,17 @@
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
#include <math.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
|
||||
#define ALT_BITSTREAM_READER
|
||||
|
||||
#include "ac3tab.h"
|
||||
#include "ac3.h"
|
||||
#include "ac3_decoder.h"
|
||||
#include "avcodec.h"
|
||||
#include "bitstream.h"
|
||||
#include "dsputil.h"
|
||||
#include "avutil.h"
|
||||
#include "common.h"
|
||||
#include "math.h"
|
||||
#include "crc.h"
|
||||
|
||||
#define N 512 /* constant for IMDCT Block size */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user