[FFmpeg-cvslog] mpeg12enc: Add missing #include for PICT_FRAME

Diego Biurrun git at videolan.org
Thu Aug 21 21:44:44 CEST 2014


ffmpeg | branch: master | Diego Biurrun <diego at 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"
 
 



More information about the ffmpeg-cvslog mailing list