[FFmpeg-cvslog] mpeg12enc: Add missing #include for PICT_FRAME
Diego Biurrun
git at videolan.org
Sun Sep 14 15:58:38 CEST 2014
ffmpeg | branch: release/2.4 | Diego Biurrun <diego at biurrun.de> | Wed Aug 20 09:48:54 2014 -0700| [d2bad216f775da9c17a79c41ffd3df501b403100] | committer: Diego Biurrun
mpeg12enc: Add missing #include for PICT_FRAME
(cherry picked from commit 8fc6a70c2167b645b7a37d0cbc0e276e7b787cc9)
Signed-off-by: Diego Biurrun <diego at biurrun.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2bad216f775da9c17a79c41ffd3df501b403100
---
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