]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mediacodec_wrapper.h
avformat/avio: Add Metacube support
[ffmpeg] / libavcodec / mediacodec_wrapper.h
index 1b4f3a9492bcce828ed186dce703db6db66f44c8..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.
@@ -124,4 +126,6 @@ int ff_AMediaCodec_getConfigureFlagEncode(FFAMediaCodec *codec);
 
 int ff_AMediaCodec_cleanOutputBuffers(FFAMediaCodec *codec);
 
+int ff_Build_SDK_INT(AVCodecContext *avctx);
+
 #endif /* AVCODEC_MEDIACODEC_WRAPPER_H */