You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vf_bwdif: Remove obsolete emms_c()
Obsolete since ed42a51930
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user