[FFmpeg-cvslog] avcodec/mediacodec_wrapper: add missing "avcodec.h" include
Matthieu Bouron
git at videolan.org
Mon Jul 22 10:01:14 EEST 2019
ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at gmail.com> | Mon Apr 29 11:24:37 2019 +0200| [6251ad89a77566254b934fbf95159d66e29328a8] | committer: Matthieu Bouron
avcodec/mediacodec_wrapper: add missing "avcodec.h" include
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6251ad89a77566254b934fbf95159d66e29328a8
---
libavcodec/mediacodec_wrapper.h | 2 ++
1 file changed, 2 insertions(+)
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.
More information about the ffmpeg-cvslog
mailing list