parser.h uses AVCodecContext so it needs to include avcodec.h
authorAurelien Jacobs <aurel@gnuage.org>
Sat, 5 May 2007 17:56:47 +0000 (17:56 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Sat, 5 May 2007 17:56:47 +0000 (17:56 +0000)
Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/parser.h

index 80a6007..4be12e9 100644 (file)
@@ -23,6 +23,7 @@
 #ifndef FFMPEG_PARSER_H
 #define FFMPEG_PARSER_H
 
+#include "avcodec.h"
 #include "ac3.h"
 
 typedef struct ParseContext{