diff --git a/libavcodec/ffv1enc_vulkan.c b/libavcodec/ffv1enc_vulkan.c index 2f776307c1..7b2ddfb03d 100644 --- a/libavcodec/ffv1enc_vulkan.c +++ b/libavcodec/ffv1enc_vulkan.c @@ -1433,7 +1433,7 @@ static av_cold int vulkan_encode_ffv1_init(AVCodecContext *avctx) } err = ff_vk_exec_pool_init(&fv->s, &fv->qf, &fv->exec_pool, - fv->qf.nb_queues*4, + 1, /* Single-threaded for now */ 0, 0, 0, NULL); if (err < 0) return err;