Browse Source

mpeg12enc: Add missing #include for PICT_FRAME

(cherry picked from commit 8fc6a70c21)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
tags/n2.4
Diego Biurrun 11 years ago
parent
commit
d2bad216f7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mpeg12enc.c

+ 1
- 0
libavcodec/mpeg12enc.c View File

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




Loading…
Cancel
Save