diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2025-08-01 20:49:23 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2025-08-01 20:49:57 +0200 |
commit | c6b3aae0ee5d05234920e5679a43f8351e2ed4b3 (patch) | |
tree | f27023a25f15f2c339f0b037d4f9bb48804d3952 | |
parent | 6115f0393992ba5e67b41bed60781e9850532372 (diff) | |
download | ffmpeg-c6b3aae0ee5d05234920e5679a43f8351e2ed4b3.tar.gz |
avfilter/vf_scale_d3d11: remove unused variable
-rw-r--r-- | libavfilter/vf_scale_d3d11.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |