mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 08:33:54 +00:00
vulkan: fix sw_frame_deps counter
The code used as a basis was the buffer dependency code, where the counter was incremented after each buffer, but for the sw_frame dep API, we only support adding individual frames at a time.
This commit is contained in:
parent
d558b1521d
commit
0521ab228c
@ -618,6 +618,8 @@ int ff_vk_exec_add_dep_sw_frame(FFVulkanContext *s, FFVkExecContext *e,
|
||||
return AVERROR(ENOMEM);
|
||||
}
|
||||
|
||||
e->nb_sw_frame_deps++;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user