[FFmpeg-devel] [PATCH] vulkan: return VK_NOT_READY when no queries are available

Lynne dev at lynne.ee
Thu Oct 26 02:02:26 EEST 2023


Fixes a validation issue.
The issue is that the function gets called before we've sumitted a frame
for decoding to that context. However, we cannot run queries before
they've been reset, which happens at submission time.
As we'd need to otherwise run a command queue at init-time, just check
if submissions have happened.

Patch attached.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vulkan-return-VK_NOT_READY-when-no-queries-are-avail.patch
Type: text/x-diff
Size: 1555 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20231026/8a1373ab/attachment.patch>


More information about the ffmpeg-devel mailing list