mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
scale_vulkan: fix descriptor type for non debayer path
fixup 80229c1
[scale_vulkan @ 0000028b1c2c1300] scale:31: error: 'texture' : no matching overloaded function found
scale:31: error: 'return' : cannot convert return value to function return type
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
@@ -239,7 +239,7 @@ static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in)
|
||||
desc = (FFVulkanDescriptorSetBinding []) {
|
||||
{
|
||||
.name = "input_img",
|
||||
.type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
|
||||
.type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
|
||||
.mem_layout = NULL,
|
||||
.mem_quali = "readonly",
|
||||
.dimensions = 2,
|
||||
|
||||
Reference in New Issue
Block a user