[FFmpeg-devel] [PATCH] vf_yadif: Remove unused emms_c

Anton Khirnov anton at khirnov.net
Tue Feb 14 15:30:18 EET 2023


Quoting Kieran Kunhya (2023-02-10 23:47:52)
> $subj
> 
> Probably others as well
> 
> From 272459245d872e49bd8908561dd2727e40f7d6da Mon Sep 17 00:00:00 2001
> From: Kieran Kunhya <kierank at obe.tv>
> Date: Fri, 10 Feb 2023 22:46:03 +0000
> Subject: [PATCH] vf_yadif: Remove unused emms_c
> 
> ---
>  libavfilter/vf_yadif.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c
> index 1f9434f961..3d0368edb9 100644
> --- a/libavfilter/vf_yadif.c
> +++ b/libavfilter/vf_yadif.c
> @@ -252,8 +252,6 @@ static void filter(AVFilterContext *ctx, AVFrame *dstpic,
>          ff_filter_execute(ctx, filter_slice, &td, NULL,
>                            FFMIN(h, ff_filter_get_nb_threads(ctx)));
>      }
> -
> -    emms_c();

looks ok

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list