Module: libav
Branch: release/11
Commit: d2bad216f775da9c17a79c41ffd3df501b403100

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Wed Aug 20 09:48:54 2014 -0700

mpeg12enc: Add missing #include for PICT_FRAME

(cherry picked from commit 8fc6a70c2167b645b7a37d0cbc0e276e7b787cc9)
Signed-off-by: Diego Biurrun <[email protected]>

---

 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"
 
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to