mpeg12enc: Add missing #include for PICT_FRAME

(cherry picked from commit 8fc6a70c21)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Diego Biurrun
2014-08-20 09:48:54 -07:00
parent d04fb11868
commit d2bad216f7

View File

@@ -37,6 +37,7 @@
#include "mathops.h"
#include "mpeg12.h"
#include "mpeg12data.h"
#include "mpegutils.h"
#include "mpegvideo.h"