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/vaapi_mpeg4.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vaapi_mpeg4.c') diff --git a/libavcodec/vaapi_mpeg4.c b/libavcodec/vaapi_mpeg4.c index 49d5f07e43..1b9053c79b 100644 --- a/libavcodec/vaapi_mpeg4.c +++ b/libavcodec/vaapi_mpeg4.c @@ -24,6 +24,7 @@ #include "internal.h" #include "h263.h" #include "mpeg4video.h" +#include "mpegvideo.h" /** Reconstruct bitstream intra_dc_vlc_thr */ static int mpeg4_get_intra_dc_vlc_thr(Mpeg4DecContext *s) -- cgit v1.2.1