ffmpeg | branch: master | Lynne <[email protected]> | Wed Nov 17 15:41:02 2021 +0100| [85a6b7f7b746a7bf71146b1530f19f699c4f0fb4] | committer: Lynne
vulkan_loader: fix typo in error message > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85a6b7f7b746a7bf71146b1530f19f699c4f0fb4 --- libavutil/vulkan_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/vulkan_loader.h b/libavutil/vulkan_loader.h index d4e05e62d7..3f1ee6aa46 100644 --- a/libavutil/vulkan_loader.h +++ b/libavutil/vulkan_loader.h @@ -121,7 +121,7 @@ static inline int ff_vk_load_functions(AVHWDeviceContext *ctx, } if (!fn && ((extensions_mask &~ FF_VK_EXT_NO_FLAG) & load->ext_flag)) { - av_log(ctx, AV_LOG_ERROR, "Loader error, function \"%s\" indicated" + av_log(ctx, AV_LOG_ERROR, "Loader error, function \"%s\" indicated " "as supported, but got NULL function pointer!\n", load->names[0]); return AVERROR_EXTERNAL; } _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
