diff options
author | Lynne <dev@lynne.ee> | 2025-04-18 13:47:32 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2025-04-19 10:59:11 +0200 |
commit | ca6392e0a7072f8bd4871dcc2af2219581aff8de (patch) | |
tree | c291b7a76a7842a4dfd013cfacc472f62c1a4d80 /libavcodec/vulkan_decode.c | |
parent | ff9f3fb60732a754f789326e9a4cfbe19df5cbcf (diff) | |
download | ffmpeg-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