]> git.sesse.net Git - ffmpeg/commit
hwcontext_vulkan: convert to general layout and transfer queue when exporting
authorLynne <dev@lynne.ee>
Sun, 10 May 2020 21:00:38 +0000 (22:00 +0100)
committerLynne <dev@lynne.ee>
Sun, 10 May 2020 22:20:49 +0000 (23:20 +0100)
commitfc99a24782fb2b763b0ea37757561d531272195e
treedc4589de7182a425104311a3ba8be4ba352c6272
parent875c1707e5f6287a6dabc7bc2dc5e1a9f3dc811b
hwcontext_vulkan: convert to general layout and transfer queue when exporting

The specs note that images should be in the GENERAL layout when exporting
for maximum compatibility.
CUDA exported images are handled differently, and the queue is the same,
so we don't need to do that there.
libavutil/hwcontext_vulkan.c