summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-07-22 22:57:17 +0000
committerDiego Biurrun <diego@biurrun.de>2009-07-22 22:57:17 +0000
commit84ef7e7fc3339378ec219ffc7cd31e2385c007f8 (patch)
tree2b047d92f391ea54b64c42baae330cc6b9fefe94 /libavcodec/ac3dec_data.h
parent4c4b50530e3130f0546f700c780b0881fa3f5d1f (diff)
#include just the required stdint.h instead of libavutil/common.h.
Originally committed as revision 19497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec_data.h')
-rw-r--r--libavcodec/ac3dec_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec_data.h b/libavcodec/ac3dec_data.h
index c9bb58686b..b3e8711905 100644
--- a/libavcodec/ac3dec_data.h
+++ b/libavcodec/ac3dec_data.h
@@ -22,7 +22,7 @@
#ifndef AVCODEC_AC3DEC_DATA_H
#define AVCODEC_AC3DEC_DATA_H
-#include "libavutil/common.h"
+#include <stdint.h>
extern const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3];
extern const uint8_t ff_eac3_hebap_tab[64];