summaryrefslogtreecommitdiff
path: root/libavcodec/aac_parser.c
diff options
context:
space:
mode:
authorBartlomiej Wolowiec <bartek.wolowiec@gmail.com>2008-03-24 22:25:30 +0000
committerBartlomiej Wolowiec <bartek.wolowiec@gmail.com>2008-03-24 22:25:30 +0000
commiteb538f6ec9ca97cdae1cb1f128fb82551d125625 (patch)
tree7d4bcfa207dc8413d04669ff48d03e57c1de332f /libavcodec/aac_parser.c
parent6808a8eaf2796ac64df1a760e928664d32a994e2 (diff)
adding lacking include to aac3_parser.c
Originally committed as revision 12572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac_parser.c')
-rw-r--r--libavcodec/aac_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aac_parser.c b/libavcodec/aac_parser.c
index 7e6678d189..45c8b95e76 100644
--- a/libavcodec/aac_parser.c
+++ b/libavcodec/aac_parser.c
@@ -23,6 +23,7 @@
#include "parser.h"
#include "aac_ac3_parser.h"
#include "bitstream.h"
+#include "ac3.h"
#define AAC_HEADER_SIZE 7