MINGW-packages/mingw-w64-ffmpeg4.4/0003-fix-clang32-build.patch
Christoph Reiter 81e68e2b42 Add ffmpeg4.4
The goal of this package is to provide ffmpeg 4.4.x and not conflict
with ffmpeg 5.x etc.

Compared to the current 4.4 package this removes the frei0r-plugins dependency,
since there is a dep cycle via frei0r-plugins -> opencv
2023-02-23 19:01:23 +01:00

12 lines
394 B
Diff

--- ffmpeg-4.4.3/libavutil/hwcontext_vulkan.c.orig 2022-10-21 07:43:58.074260200 +0200
+++ ffmpeg-4.4.3/libavutil/hwcontext_vulkan.c 2022-10-21 07:44:11.546170700 +0200
@@ -862,7 +862,7 @@
av_freep(&cmd->queues);
av_freep(&cmd->bufs);
- cmd->pool = NULL;
+ cmd->pool = VK_NULL_HANDLE;
}
static VkCommandBuffer get_buf_exec_ctx(AVHWFramesContext *hwfc, VulkanExecCtx *cmd)