Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-09-12 17:11:05 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-09-13 18:34:46 +0300
commite60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b (patch)
treea13042327a2abc526a5baa848c4f8b76386d0d34 /libavcodec/vaapi.c
parent5d14cf199990cd378904a2618b5c72c4b02290f6 (diff)
mpegvideo: Drop mpegvideo.h where not needed
Add necessary headers in .c files.
Diffstat (limited to 'libavcodec/vaapi.c')
-rw-r--r--libavcodec/vaapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vaapi.c b/libavcodec/vaapi.c
index aa90793952..d00be2fc98 100644
--- a/libavcodec/vaapi.c
+++ b/libavcodec/vaapi.c
@@ -22,6 +22,7 @@
*/
#include "h264.h"
+#include "mpegvideo.h"
#include "vaapi_internal.h"
/**