mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-23 02:11:14 +08:00
avcodec/ffv1enc_vulkan: add missing arguent to ff_ffv1_common_init()
Missed in 3d3ce9647f.
Found-by: kasper93
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -1468,7 +1468,7 @@ static av_cold int vulkan_encode_ffv1_init(AVCodecContext *avctx)
|
||||
FFV1Context *f = &fv->ctx;
|
||||
FFVkSPIRVCompiler *spv;
|
||||
|
||||
if ((err = ff_ffv1_common_init(avctx)) < 0)
|
||||
if ((err = ff_ffv1_common_init(avctx, f)) < 0)
|
||||
return err;
|
||||
|
||||
if (f->ac == 1)
|
||||
|
||||
Reference in New Issue
Block a user