[FFmpeg-cvslog] hwcontext_vulkan: fix incorrect print argument

Lynne git at videolan.org
Thu May 14 23:06:44 EEST 2020


ffmpeg | branch: master | Lynne <dev at lynne.ee> | Thu May 14 18:22:55 2020 +0100| [858f786eb99ed152e12b1ed9b56e73d100155128] | committer: Lynne

hwcontext_vulkan: fix incorrect print argument

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=858f786eb99ed152e12b1ed9b56e73d100155128
---

 libavutil/hwcontext_vulkan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c
index 8f3f3fdd2a..262089f5da 100644
--- a/libavutil/hwcontext_vulkan.c
+++ b/libavutil/hwcontext_vulkan.c
@@ -371,7 +371,7 @@ static int check_extensions(AVHWDeviceContext *ctx, int dev, AVDictionary *opts,
                 }
             }
             if (found) {
-                av_log(ctx, AV_LOG_VERBOSE, "Using %s extension \"%s\"\n", mod, tstr);
+                av_log(ctx, AV_LOG_VERBOSE, "Using %s extension \"%s\"\n", mod, token);
                 ADD_VAL_TO_LIST(extension_names, extensions_found, token);
             } else {
                 av_log(ctx, AV_LOG_WARNING, "%s extension \"%s\" not found, excluding.\n",



More information about the ffmpeg-cvslog mailing list