Files
FFmpeg/libavcodec/vulkan_encode.c
Lynne ddfa842088 vulkan_encode: destroy image views of queued pictures on uninit
ff_hw_base_encode_close() frees any pictures still in the encode
queue without invoking the encoder's free callback, leaking their
image views when an encoder is closed without fully draining it.
Also uninit the packet buffer pool before the base encode context,
rather than after.
2026-07-14 01:23:24 +09:00

42 KiB