[FFmpeg-cvslog] vulkan_decode: add \n to error message
Lynne
git at videolan.org
Sun Aug 11 06:21:23 EEST 2024
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sat Aug 10 18:20:58 2024 +0200| [1c05661ec4e83aecd1b07037e5cff6100234a3b6] | committer: Lynne
vulkan_decode: add \n to error message
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c05661ec4e83aecd1b07037e5cff6100234a3b6
---
libavcodec/vulkan_decode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/vulkan_decode.c b/libavcodec/vulkan_decode.c
index e86f128635..e6e14778cb 100644
--- a/libavcodec/vulkan_decode.c
+++ b/libavcodec/vulkan_decode.c
@@ -88,7 +88,7 @@ int ff_vk_update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
const VkVideoProfileInfoKHR *profile = get_video_profile(ctx, dst->codec_id);
if (!profile) {
- av_log(dst, AV_LOG_ERROR, "Video profile missing from frames context!");
+ av_log(dst, AV_LOG_ERROR, "Video profile missing from frames context!\n");
return AVERROR(EINVAL);
}
More information about the ffmpeg-cvslog
mailing list