[FFmpeg-devel] [PATCH 10/11] avfilter/yadif_common: remove unused variable
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sat Jul 13 03:50:04 EEST 2024
Marvin Scholz:
> ---
> libavfilter/vf_yadif_videotoolbox.m | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/libavfilter/vf_yadif_videotoolbox.m b/libavfilter/vf_yadif_videotoolbox.m
> index c47d3edfb8..eb7026395e 100644
> --- a/libavfilter/vf_yadif_videotoolbox.m
> +++ b/libavfilter/vf_yadif_videotoolbox.m
> @@ -172,7 +172,6 @@ static void filter(AVFilterContext *ctx, AVFrame *dst,
> static av_cold void do_uninit(AVFilterContext *ctx) API_AVAILABLE(macos(10.11), ios(8.0))
> {
> YADIFVTContext *s = ctx->priv;
> - YADIFContext *y = &s->yadif;
>
> ff_yadif_uninit(ctx);
>
This is not yadif_common.
- Andreas
More information about the ffmpeg-devel
mailing list