]> git.sesse.net Git - ffmpeg/commitdiff
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 80a6007e80ffd77dd0b1c6d22b29ff43b7a07051..4be12e99137f1128a20cb6270c19c5f6845e7f6e 100644 (file)
@@ -23,6 +23,7 @@
 #ifndef FFMPEG_PARSER_H
 #define FFMPEG_PARSER_H
 
+#include "avcodec.h"
 #include "ac3.h"
 
 typedef struct ParseContext{