diff options
author | Måns Rullgård <mans@mansr.com> | 2008-05-03 13:29:39 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-05-03 13:29:39 +0000 |
commit | 7c43009358e2f8179ea20388713cc754fa67262b (patch) | |
tree | 171333ed8b39229904781124b9825ac085f68167 /libavcodec/aac_ac3_parser.h | |
parent | 690bfceb204147d28d8a51b573b518d8e059462d (diff) | |
download | ffmpeg-7c43009358e2f8179ea20388713cc754fa67262b.tar.gz |
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.h | 1 |
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; |