]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mediacodec_wrapper.h
Merge commit 'e62ff72fc1052273deb708ba715f73e5187281d4'
[ffmpeg] / libavcodec / mediacodec_wrapper.h
index a804b616dafa1b2b025724b8cfef75f8fef5623a..cddd420c2621bff4b47642d18187652bca70486b 100644 (file)
@@ -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;