[FFmpeg-cvslog] vf_yadif: Remove unused emms_c
Kieran Kunhya
git at videolan.org
Tue Feb 14 21:09:40 EET 2023
ffmpeg | branch: master | Kieran Kunhya <kierank at obe.tv> | Fri Feb 10 22:46:03 2023 +0000| [264cf752144ef109e580d1d420eeceacb898f8f9] | committer: Kieran Kunhya
vf_yadif: Remove unused emms_c
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=264cf752144ef109e580d1d420eeceacb898f8f9
---
libavfilter/vf_yadif.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c
index afa4d1d53d..1be02de1a9 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();
}
static av_cold void uninit(AVFilterContext *ctx)
More information about the ffmpeg-cvslog
mailing list