summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2_mpeg2.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-09-12 16:11:05 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-09-13 17:34:46 +0200
commite60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b (patch)
treea13042327a2abc526a5baa848c4f8b76386d0d34 /libavcodec/dxva2_mpeg2.c
parent5d14cf199990cd378904a2618b5c72c4b02290f6 (diff)
mpegvideo: Drop mpegvideo.h where not needed
Add necessary headers in .c files.
Diffstat (limited to 'libavcodec/dxva2_mpeg2.c')
-rw-r--r--libavcodec/dxva2_mpeg2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dxva2_mpeg2.c b/libavcodec/dxva2_mpeg2.c
index 99a0787be6..62308b403e 100644
--- a/libavcodec/dxva2_mpeg2.c
+++ b/libavcodec/dxva2_mpeg2.c
@@ -23,6 +23,7 @@
#include "libavutil/log.h"
#include "dxva2_internal.h"
#include "mpegutils.h"
+#include "mpegvideo.h"
#define MAX_SLICES 1024
struct dxva2_picture_context {