summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2020-05-14 18:22:55 +0100
committerLynne <dev@lynne.ee>2020-05-14 21:06:24 +0100
commit858f786eb99ed152e12b1ed9b56e73d100155128 (patch)
tree4525d9836134acf69bac739fbc2ab9b6f8984108 /libavutil
parent3b5a36c56d0502aa441825472f9fe892bd12d3df (diff)
hwcontext_vulkan: fix incorrect print argument
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/hwcontext_vulkan.c2
1 files changed, 1 insertions, 1 deletions
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",