[SCM] libav/master: mpeg12enc: Add missing #include for PICT_FRAME

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Sep 17 01:18:08 UTC 2014


The following commit has been merged in the master branch:
commit d2bad216f775da9c17a79c41ffd3df501b403100
Author: Diego Biurrun <diego at biurrun.de>
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 <diego at biurrun.de>

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/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list