X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmediacodec_wrapper.h;h=b106ff315aca8b510ce2f8cf59d2eedfcf64791a;hb=bdd57e2a371f70ee75f70bfde5a9a162c76b48ba;hp=1b4f3a9492bcce828ed186dce703db6db66f44c8;hpb=b14761d1f8372dfe558193b8b754b9f1a858077d;p=ffmpeg diff --git a/libavcodec/mediacodec_wrapper.h b/libavcodec/mediacodec_wrapper.h index 1b4f3a9492b..b106ff315ac 100644 --- a/libavcodec/mediacodec_wrapper.h +++ b/libavcodec/mediacodec_wrapper.h @@ -26,6 +26,8 @@ #include #include +#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 */