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:
parent
dc9e0ca447
commit
19045957af
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue