Ticket #9983: 0003-fix-clang32-build.patch
| File 0003-fix-clang32-build.patch, 394 bytes (added by , 4 years ago) |
|---|
-
ffmpeg-4.4.3/libavutil/hwcontext_vulkan.c
old new 862 862 863 863 av_freep(&cmd->queues); 864 864 av_freep(&cmd->bufs); 865 cmd->pool = NULL;865 cmd->pool = VK_NULL_HANDLE; 866 866 } 867 867 868 868 static VkCommandBuffer get_buf_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd)
