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:
authorTimo Rothenpieler <timo@rothenpieler.org>2015-09-16 12:39:41 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2015-09-16 12:41:07 +0300
commitdad38bff81bbef196bc5dbd5458826d927c26e50 (patch)
tree5c9e821bcfb3732321eea54ab9784a7e6b898159 /libavcodec/vaapi_internal.h
parentfee2b97d563d4383fc1999cddfb8bcab38075cdf (diff)
avcodec/vaapi_internal: Add missing include
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/vaapi_internal.h')
-rw-r--r--libavcodec/vaapi_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vaapi_internal.h b/libavcodec/vaapi_internal.h
index 0ba9868529..306ae13b37 100644
--- a/libavcodec/vaapi_internal.h
+++ b/libavcodec/vaapi_internal.h
@@ -27,6 +27,7 @@
#include <va/va.h>
#include "vaapi.h"
#include "avcodec.h"
+#include "internal.h"
/**
* @addtogroup VAAPI_Decoding