[FFmpeg-devel] [PATCH 2/3] hwcontext_vulkan: add queue and frame locking functions

Lynne dev at lynne.ee
Sun Apr 3 17:52:24 EEST 2022


This allows for multiple threads to access the same frame. This is
unfortunately necessary, as in Vulkan, queues are considered to be
up to the user to synchronize, while frames often have their layout
changed upon reading.

Patch attached.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-hwcontext_vulkan-add-queue-and-frame-locking-functio.patch
Type: text/x-patch
Size: 15363 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220403/f00df595/attachment.bin>


More information about the ffmpeg-devel mailing list