summaryrefslogtreecommitdiff
path: root/libavcodec/aac_ac3_parser.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-05-03 13:29:39 +0000
committerMåns Rullgård <mans@mansr.com>2008-05-03 13:29:39 +0000
commit7c43009358e2f8179ea20388713cc754fa67262b (patch)
tree171333ed8b39229904781124b9825ac085f68167 /libavcodec/aac_ac3_parser.h
parent690bfceb204147d28d8a51b573b518d8e059462d (diff)
add necessary #includes in headers
Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac_ac3_parser.h')
-rw-r--r--libavcodec/aac_ac3_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aac_ac3_parser.h b/libavcodec/aac_ac3_parser.h
index 37a94c8d50..2d60646a8d 100644
--- a/libavcodec/aac_ac3_parser.h
+++ b/libavcodec/aac_ac3_parser.h
@@ -25,6 +25,7 @@
#include <stdint.h>
#include "avcodec.h"
+#include "parser.h"
typedef struct AACAC3ParseContext {
int frame_size;