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:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2019-04-29 12:24:37 +0300
committerMatthieu Bouron <matthieu.bouron@gmail.com>2019-07-26 19:28:15 +0300
commit65434823a1eed14733580e75b0f0706731885b90 (patch)
tree011f4087ddf78a4834359a8987f5ef3f026d3ff9 /libavcodec/mediacodec_wrapper.h
parentc60e1d6be5a3ad081e2e001379b8171aa738e032 (diff)
avcodec/mediacodec_wrapper: add missing "avcodec.h" include
(cherry picked from commit 6251ad89a77566254b934fbf95159d66e29328a8)
Diffstat (limited to 'libavcodec/mediacodec_wrapper.h')
-rw-r--r--libavcodec/mediacodec_wrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mediacodec_wrapper.h b/libavcodec/mediacodec_wrapper.h
index f0de16d669..b106ff315a 100644
--- a/libavcodec/mediacodec_wrapper.h
+++ b/libavcodec/mediacodec_wrapper.h
@@ -26,6 +26,8 @@
#include <stdint.h>
#include <sys/types.h>
+#include "avcodec.h"
+
/**
* The following API around MediaCodec and MediaFormat is based on the
* NDK one provided by Google since Android 5.0.