mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 15:23:11 +00: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:
parent
03a60b2b30
commit
63bd0f4ce8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user