1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +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)