mpeg12enc: Add missing #include for PICT_FRAME
authorDiego Biurrun <diego@biurrun.de>
Wed, 20 Aug 2014 16:48:54 +0000 (09:48 -0700)
committerDiego Biurrun <diego@biurrun.de>
Sun, 24 Aug 2014 20:00:53 +0000 (13:00 -0700)
(cherry picked from commit 8fc6a70c2167b645b7a37d0cbc0e276e7b787cc9)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavcodec/mpeg12enc.c

index c4089c9..3376f10 100644 (file)
@@ -37,6 +37,7 @@
 #include "mathops.h"
 #include "mpeg12.h"
 #include "mpeg12data.h"
+#include "mpegutils.h"
 #include "mpegvideo.h"