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
1 changed files with 0 additions and 2 deletions

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)