mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
avfilter/vf_scale_d3d11: remove unused variable
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user