X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmediacodec_wrapper.h;h=cddd420c2621bff4b47642d18187652bca70486b;hb=d4b1b3b06c210be9088eb0940acca0a914b6b916;hp=a804b616dafa1b2b025724b8cfef75f8fef5623a;hpb=5d31074daf0e448a636fbb0436f04ed54c20eab1;p=ffmpeg diff --git a/libavcodec/mediacodec_wrapper.h b/libavcodec/mediacodec_wrapper.h index a804b616daf..cddd420c262 100644 --- a/libavcodec/mediacodec_wrapper.h +++ b/libavcodec/mediacodec_wrapper.h @@ -52,7 +52,9 @@ * */ -char *ff_AMediaCodecList_getCodecNameByType(const char *mime, int width, int height, void *log_ctx); +int ff_AMediaCodecProfile_getProfileFromAVCodecContext(AVCodecContext *avctx); + +char *ff_AMediaCodecList_getCodecNameByType(const char *mime, int profile, int encoder, void *log_ctx); struct FFAMediaFormat; typedef struct FFAMediaFormat FFAMediaFormat;