diff mbox series

[FFmpeg-devel,04/13] avfilter/vf_bwdif: Remove obsolete emms_c()

Message ID AS8P250MB07441AAA91A2B2345C8D538F8FE5A@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 63bd0f4ce82ede6e049d342c8fdb549fbfb26566
Headers show
Series [FFmpeg-devel,01/13] avfilter: Remove unnecessary emms_c for ff_scene_sad_get_fn | expand

Commit Message

Andreas Rheinhardt Aug. 31, 2023, 10:22 p.m. UTC
Obsolete since ed42a51930d9cca6dfed35c4af4b5b3a3f7f6a04.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavfilter/vf_bwdif.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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)