]> git.sesse.net Git - ffmpeg/commit
hwcontext_vulkan: fix inverted condition when exporting images to drm_prime
authorLynne <dev@lynne.ee>
Sun, 10 May 2020 20:30:15 +0000 (21:30 +0100)
committerLynne <dev@lynne.ee>
Sun, 10 May 2020 22:20:49 +0000 (23:20 +0100)
commit7c080dc190ac1d85de1ca873347d0ac8855985e0
treed64d6d3aed024559dff8fb37fce882fbb2995efb
parentacfef378b7f68ce26c0c8fe9cd8da64613a19d7f
hwcontext_vulkan: fix inverted condition when exporting images to drm_prime

Calling vkGetImageSubresourceLayout is only legal for linear and drm images.
libavutil/hwcontext_vulkan.c