mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user