aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vulkan_decode.c
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2025-04-18 13:47:32 +0200
committerLynne <dev@lynne.ee>2025-04-19 10:59:11 +0200
commitca6392e0a7072f8bd4871dcc2af2219581aff8de (patch)
treec291b7a76a7842a4dfd013cfacc472f62c1a4d80 /libavcodec/vulkan_decode.c
parentff9f3fb60732a754f789326e9a4cfbe19df5cbcf (diff)
downloadffmpeg-ca6392e0a7072f8bd4871dcc2af2219581aff8de.tar.gz
vulkan: always enable ReadWithoutFormat/WriteWithoutFormat
This implements support for reading and writing storage images with no format. The issue is that we define our images as arrays, and arrays can only have a single type, which means that f.ex. NV12 needs two different images, R8 and RG8. The only driver known not to advertise support for the extension as a whole is Intel, because they have parial support for odd formats we never use. Therefore, just always enable it by default.
Diffstat (limited to 'libavcodec/vulkan_decode.c')
0 files changed, 0 insertions, 0 deletions