mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02: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:
parent
1ac7df4043
commit
e2ec90cd0e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user