diff options
author | Lynne <dev@lynne.ee> | 2024-10-16 12:06:12 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-10-16 12:48:16 +0200 |
commit | 931d45d4d6aa34629e38066154bdea395fd83035 (patch) | |
tree | 2c498e3d4eb2dc86b9780c3a556412b91dc987dd /libavcodec/arm | |
parent | 4b128de44a8df2c7792b800d77024eafc5c16f08 (diff) | |
download | ffmpeg-931d45d4d6aa34629e38066154bdea395fd83035.tar.gz |
vulkan: do not create imageviews with video encode/decode usage
This function is only used for filtering and generic compute.
The issue is that a view inherits the usage flags from the image
by default, and the spec says the view format must be compatible
with the usage. VkImageViewUsageCreateInfo allows us to filter out
the indeded uses of the imageview.
Pffff.
Diffstat (limited to 'libavcodec/arm')
0 files changed, 0 insertions, 0 deletions