1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avfilter/vf_scale_d3d11: remove unused variable

This commit is contained in:
Timo Rothenpieler
2025-08-01 20:49:23 +02:00
parent 6115f03939
commit c6b3aae0ee

View File

@ -370,7 +370,6 @@ static int scale_d3d11_config_props(AVFilterLink *outlink)
} }
///< Create new hardware frames context for output ///< 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); s->hw_frames_ctx_out = av_hwframe_ctx_alloc(s->hw_device_ctx);
if (!s->hw_frames_ctx_out) if (!s->hw_frames_ctx_out)
return AVERROR(ENOMEM); return AVERROR(ENOMEM);