mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-08 16:19:33 +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) {
|
if (yadif->current_field == YADIF_FIELD_END) {
|
||||||
yadif->current_field = YADIF_FIELD_NORMAL;
|
yadif->current_field = YADIF_FIELD_NORMAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
emms_c();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static av_cold void uninit(AVFilterContext *ctx)
|
static av_cold void uninit(AVFilterContext *ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user