From e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sat, 12 Sep 2015 16:11:05 +0200 Subject: mpegvideo: Drop mpegvideo.h where not needed Add necessary headers in .c files. --- libavcodec/dxva2_mpeg2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dxva2_mpeg2.c') 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 { -- cgit v1.2.3