ffmpeg | branch: master | Diego Biurrun <di...@biurrun.de> | Wed Aug 20 09:48:54 2014 -0700| [8fc6a70c2167b645b7a37d0cbc0e276e7b787cc9] | committer: Diego Biurrun
mpeg12enc: Add missing #include for PICT_FRAME > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fc6a70c2167b645b7a37d0cbc0e276e7b787cc9 --- libavcodec/mpeg12enc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mpeg12enc.c b/libavcodec/mpeg12enc.c index c4089c9..3376f10 100644 --- a/libavcodec/mpeg12enc.c +++ b/libavcodec/mpeg12enc.c @@ -37,6 +37,7 @@ #include "mathops.h" #include "mpeg12.h" #include "mpeg12data.h" +#include "mpegutils.h" #include "mpegvideo.h" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog