Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 02:41:20 +0000 (02:41 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 02:41:20 +0000 (02:41 +0000)
Originally committed as revision 22100 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpeg4video_parser.c

index cb20af4..5dbda8b 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "parser.h"
 #include "mpegvideo.h"
+#include "mpeg4video.h"
 #include "mpeg4video_parser.h"