[FFmpeg-cvslog] r9662 - trunk/libavcodec/ac3dec.c
jbr
subversion
Sat Jul 14 18:00:38 CEST 2007
Author: jbr
Date: Sat Jul 14 18:00:38 2007
New Revision: 9662
Log:
AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9
Remove unnecessary header files.
Modified:
trunk/libavcodec/ac3dec.c
Modified: trunk/libavcodec/ac3dec.c
==============================================================================
--- trunk/libavcodec/ac3dec.c (original)
+++ trunk/libavcodec/ac3dec.c Sat Jul 14 18:00:38 2007
@@ -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 */
More information about the ffmpeg-cvslog
mailing list