X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fqsv_internal.h;h=5d2a216ce6fc73787a5fd55e1296e9f7e68e93a1;hb=0bab78f7e729a76ea7a8cbec7f1de033c52494e8;hp=82e1029a8bd1ccb17fb219b4229e4b91f661a61e;hpb=b2554e61e0ba264638ff8b4926d8f3304727cdaf;p=ffmpeg diff --git a/libavcodec/qsv_internal.h b/libavcodec/qsv_internal.h index 82e1029a8bd..5d2a216ce6f 100644 --- a/libavcodec/qsv_internal.h +++ b/libavcodec/qsv_internal.h @@ -65,6 +65,8 @@ int ff_qsv_error(int mfx_err); int ff_qsv_codec_id_to_mfx(enum AVCodecID codec_id); int ff_qsv_profile_to_mfx(enum AVCodecID codec_id, int profile); +int ff_qsv_map_pixfmt(enum AVPixelFormat format, uint32_t *fourcc); + int ff_qsv_init_internal_session(AVCodecContext *avctx, mfxSession *session, const char *load_plugins);