You've already forked FFmpeg
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:
@ -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);
|
||||||
|
Reference in New Issue
Block a user