summaryrefslogtreecommitdiff
path: root/libavcodec/liba52/bitstream.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-08-24 13:57:42 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-08-24 13:57:42 +0000
commit3519af27d83963132197edaf6a492285651d3299 (patch)
tree342d367ecab17b84c1d7998db23a7dea30e364e6 /libavcodec/liba52/bitstream.c
parent2eb5d02427a24d2a8aee95785564e9f79d7bf489 (diff)
when changing version, please keep my changes (win32 compile fix)
Originally committed as revision 2138 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/liba52/bitstream.c')
-rw-r--r--libavcodec/liba52/bitstream.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/liba52/bitstream.c b/libavcodec/liba52/bitstream.c
index ba847d9f36..89b69cff03 100644
--- a/libavcodec/liba52/bitstream.c
+++ b/libavcodec/liba52/bitstream.c
@@ -20,11 +20,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
-#include "config.h"
-
-#include <inttypes.h>
-
#include "a52.h"
#include "a52_internal.h"
#include "bitstream.h"