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:
authorJan Ekström <jeebjp@gmail.com>2017-12-01 23:21:54 +0300
committerJan Ekström <jeebjp@gmail.com>2017-12-01 23:51:53 +0300
commit6939b3cb9d60a3159413d76c8656cb240c823412 (patch)
tree5b90e2588e661ff0ace46cee60e0e0a94f2a1863 /libavcodec/mediacodecdec.c
parent9bed17cd0f02dda5e1211a7a61c24b8957a2e100 (diff)
mediacodecdec: fix build by including hwaccel.h
Enables the decoder to utilize the type AVCodecHWConfigInternal.
Diffstat (limited to 'libavcodec/mediacodecdec.c')
-rw-r--r--libavcodec/mediacodecdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c
index 6d392adb3a..39f5cbc045 100644
--- a/libavcodec/mediacodecdec.c
+++ b/libavcodec/mediacodecdec.c
@@ -33,6 +33,7 @@
#include "avcodec.h"
#include "h264_parse.h"
#include "hevc_parse.h"
+#include "hwaccel.h"
#include "internal.h"
#include "mediacodec_wrapper.h"
#include "mediacodecdec_common.h"