diff options
author | Benjamin Cheng <ben@bcheng.me> | 2025-08-08 08:42:57 -0400 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2025-08-08 14:45:58 +0000 |
commit | 4042609dcf172d084c1016445712bc750b25d8a3 (patch) | |
tree | fc6cb74cf5a80bffe65ad7d59e06ddca870983fe /libavformat/libopenmpt.c | |
parent | 814dd634e0ae417425a221f612198f91c7fc8c52 (diff) | |
download | ffmpeg-4042609dcf172d084c1016445712bc750b25d8a3.tar.gz |
vulkan_vp9: Fix frame threading
The original cleanup of frame_id_alloc_mask was done in free_frame_priv
which may be called after the start_frame for the next few frames,
causing the frame_id slots to be exhausted. Instead, decide the in-use
frame_id slots by checking the frame_id present in the DPB as we need it.
Diffstat (limited to 'libavformat/libopenmpt.c')
0 files changed, 0 insertions, 0 deletions