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
12 lines
394 B
Diff
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)
|