summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bwdif.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-08-31 21:03:48 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-04 11:04:45 +0200
commit63bd0f4ce82ede6e049d342c8fdb549fbfb26566 (patch)
treedc84ab222db5e1f3a9b867e0d5b52e1ce69a9b49 /libavfilter/vf_bwdif.c
parent03a60b2b3020af0aa07db3f9b76fafaa2235883e (diff)
avfilter/vf_bwdif: Remove obsolete emms_c()
Obsolete since ed42a51930d9cca6dfed35c4af4b5b3a3f7f6a04. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/vf_bwdif.c')
-rw-r--r--libavfilter/vf_bwdif.c2
1 files changed, 0 insertions, 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)