]> git.sesse.net Git - ffmpeg/commit
hwcontext_vulkan: fix incorrect A/0BGR mapping
authorLynne <dev@lynne.ee>
Mon, 23 Nov 2020 21:07:25 +0000 (22:07 +0100)
committerLynne <dev@lynne.ee>
Wed, 25 Nov 2020 22:14:46 +0000 (23:14 +0100)
commit48b35321831d68d936fd75cea5d84764f07829ac
tree0e8ca14e202352d4132b9e8f7656ad6dc23a7217
parent3aa8de12ab567cf2d39a65161e2bb30ccc8d8a63
hwcontext_vulkan: fix incorrect A/0BGR mapping

Vulkan formats with a PACK suffix define native endianess.
Vulkan formats without a PACK suffix are in bytestream order.

Pixel formats with a LE/BE suffix define endianess.
Pixel formats without LE/BE suffix are in bytestream order.
libavutil/hwcontext_vulkan.c