1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-29 00:10:04 +02:00

vf_yadif: Remove unused emms_c

This commit is contained in:
Kieran Kunhya 2023-02-10 22:46:03 +00:00
parent 052674f3ce
commit 264cf75214

View File

@ -252,8 +252,6 @@ static void filter(AVFilterContext *ctx, AVFrame *dstpic,
ff_filter_execute(ctx, filter_slice, &td, NULL,
FFMIN(h, ff_filter_get_nb_threads(ctx)));
}
emms_c();
}
static av_cold void uninit(AVFilterContext *ctx)