Ticket #9983: 0003-fix-clang32-build.patch

File 0003-fix-clang32-build.patch, 394 bytes (added by Christoph Reiter, 4 years ago)
  • ffmpeg-4.4.3/libavutil/hwcontext_vulkan.c

    old new  
    862862
    863863    av_freep(&cmd->queues);
    864864    av_freep(&cmd->bufs);
    865     cmd->pool = NULL;
     865    cmd->pool = VK_NULL_HANDLE;
    866866}
    867867
    868868static VkCommandBuffer get_buf_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd)