]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/mediacodec_wrapper: add missing "avcodec.h" include
authorMatthieu Bouron <matthieu.bouron@gmail.com>
Mon, 29 Apr 2019 09:24:37 +0000 (11:24 +0200)
committerMatthieu Bouron <matthieu.bouron@gmail.com>
Mon, 22 Jul 2019 06:57:33 +0000 (08:57 +0200)
libavcodec/mediacodec_wrapper.h

index f0de16d6698c33ae71cd93606f5275a7df204107..b106ff315aca8b510ce2f8cf59d2eedfcf64791a 100644 (file)
@@ -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.