Skip to content

Commit 4d2e38b

Browse files
committed
avutil/hwcontext_vulkan: Remove unused variable
Forgotten in 8c7b00b. Signed-off-by: Andreas Rheinhardt <[email protected]>
1 parent 9d54327 commit 4d2e38b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libavutil/hwcontext_vulkan.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3800,7 +3800,6 @@ static int vulkan_map_to_drm(AVHWFramesContext *hwfc, AVFrame *dst,
38003800
AVVulkanDeviceContext *hwctx = &p->p;
38013801
FFVulkanFunctions *vk = &p->vkctx.vkfn;
38023802
VulkanFramesPriv *fp = hwfc->hwctx;
3803-
AVVulkanFramesContext *hwfctx = &fp->p;
38043803
const int planes = av_pix_fmt_count_planes(hwfc->sw_format);
38053804
VkImageDrmFormatModifierPropertiesEXT drm_mod = {
38063805
.sType = VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT,

0 commit comments

Comments
 (0)