mpeg12enc: Add missing #include for PICT_FRAME

pull/83/head
Diego Biurrun 11 years ago
parent 7cb66ebc0b
commit 8fc6a70c21
  1. 1
      libavcodec/mpeg12enc.c

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

Loading…
Cancel
Save