[FFmpeg-cvslog] avfilter/vf_bwdif: Remove obsolete emms_c()

Andreas Rheinhardt git at videolan.org
Mon Sep 4 12:19:00 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Aug 31 21:03:48 2023 +0200| [63bd0f4ce82ede6e049d342c8fdb549fbfb26566] | committer: Andreas Rheinhardt

avfilter/vf_bwdif: Remove obsolete emms_c()

Obsolete since ed42a51930d9cca6dfed35c4af4b5b3a3f7f6a04.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63bd0f4ce82ede6e049d342c8fdb549fbfb26566
---

 libavfilter/vf_bwdif.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavfilter/vf_bwdif.c b/libavfilter/vf_bwdif.c
index 5f5f8e4610..6195e6cb64 100644
--- a/libavfilter/vf_bwdif.c
+++ b/libavfilter/vf_bwdif.c
@@ -319,8 +319,6 @@ static void filter(AVFilterContext *ctx, AVFrame *dstpic,
     if (yadif->current_field == YADIF_FIELD_END) {
         yadif->current_field = YADIF_FIELD_NORMAL;
     }
-
-    emms_c();
 }
 
 static av_cold void uninit(AVFilterContext *ctx)



More information about the ffmpeg-cvslog mailing list