From c6b3aae0ee5d05234920e5679a43f8351e2ed4b3 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Fri, 1 Aug 2025 20:49:23 +0200 Subject: [PATCH] avfilter/vf_scale_d3d11: remove unused variable --- libavfilter/vf_scale_d3d11.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/vf_scale_d3d11.c b/libavfilter/vf_scale_d3d11.c index e9e2a7ef6c..e09c705131 100644 --- a/libavfilter/vf_scale_d3d11.c +++ b/libavfilter/vf_scale_d3d11.c @@ -370,7 +370,6 @@ static int scale_d3d11_config_props(AVFilterLink *outlink) } ///< Create new hardware frames context for output - AVHWFramesContext *in_frames_ctx = (AVHWFramesContext *)inl->hw_frames_ctx->data; s->hw_frames_ctx_out = av_hwframe_ctx_alloc(s->hw_device_ctx); if (!s->hw_frames_ctx_out) return AVERROR(ENOMEM);