You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02: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