You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avutil/hwcontext_vulkan: Remove unused variable
Forgotten in 8c7b00ba3a
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -3800,7 +3800,6 @@ static int vulkan_map_to_drm(AVHWFramesContext *hwfc, AVFrame *dst,
|
||||
AVVulkanDeviceContext *hwctx = &p->p;
|
||||
FFVulkanFunctions *vk = &p->vkctx.vkfn;
|
||||
VulkanFramesPriv *fp = hwfc->hwctx;
|
||||
AVVulkanFramesContext *hwfctx = &fp->p;
|
||||
const int planes = av_pix_fmt_count_planes(hwfc->sw_format);
|
||||
VkImageDrmFormatModifierPropertiesEXT drm_mod = {
|
||||
.sType = VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT,
|
||||
|
Reference in New Issue
Block a user