]> git.sesse.net Git - ffmpeg/commit
hwcontext_vulkan: wait and signal semaphores when transferring to CUDA
authorLynne <dev@lynne.ee>
Sat, 5 Dec 2020 22:51:47 +0000 (23:51 +0100)
committerLynne <dev@lynne.ee>
Sat, 5 Dec 2020 22:53:23 +0000 (23:53 +0100)
commitb51b9bbd4249155bccc4604ac74add5e4f0b30c0
treea0f2db6c92634c45ec840e7d1ac8d78290aa0fc0
parent89e3f5abb72aeb3ef55e7da2b9693a6caa391d5f
hwcontext_vulkan: wait and signal semaphores when transferring to CUDA

Same as when downloading. Not sure why this isn't done, probably
because the CUDA code predates the sync mechanism we settled on.
libavutil/hwcontext_vulkan.c