mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avfilter/vf_bwdif: Remove obsolete emms_c()
Obsolete since ed42a51930d9cca6dfed35c4af4b5b3a3f7f6a04. 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…
x
Reference in New Issue
Block a user