diff aac_ac3_parser.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents b42e963c8149
children 1d83e9c34641
line wrap: on
line diff
--- a/aac_ac3_parser.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/aac_ac3_parser.h	Sat Jun 16 22:59:13 2007 +0000
@@ -23,6 +23,9 @@
 #ifndef AAC_AC3_PARSER_H
 #define AAC_AC3_PARSER_H
 
+#include <stdint.h>
+#include "avcodec.h"
+
 typedef struct AACAC3ParseContext {
     uint8_t *inbuf_ptr;
     int frame_size;