avfilter/af_sofalizer: Remove unnecessary emms_c()

The floating point dsp code does not use MMX registers
since 2718a3be1f.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-08-31 21:28:01 +02:00
parent 1ac7df4043
commit e2ec90cd0e
1 changed files with 0 additions and 1 deletions

View File

@ -598,7 +598,6 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
} else if (s->type == FREQUENCY_DOMAIN) {
ff_filter_execute(ctx, sofalizer_fast_convolute, &td, NULL, 2);
}
emms_c();
/* display error message if clipping occurred */
if (n_clippings[0] + n_clippings[1] > 0) {