mpeg12enc: Add missing #include for PICT_FRAME

This commit is contained in:
Diego Biurrun 2014-08-20 09:48:54 -07:00
parent 7cb66ebc0b
commit 8fc6a70c21

View File

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