diff mbox series

[FFmpeg-devel,08/13] avfilter/af_headphone: Remove unnecessary emms_c()

Message ID AS8P250MB07440EBBE3945E4EE6125E308FE5A@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 78d4bd260ff40ef15838d5a38a70c0ba6cf3981d
Headers show
Series [FFmpeg-devel,01/13] avfilter: Remove unnecessary emms_c for ff_scene_sad_get_fn | expand

Commit Message

Andreas Rheinhardt Aug. 31, 2023, 10:22 p.m. UTC
The floating point dsp code does not use MMX registers
since 2718a3be1f8867fd4f6cb3f452d6917838b1ed88.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavfilter/af_headphone.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/libavfilter/af_headphone.c b/libavfilter/af_headphone.c
index c8f753387f..7651ead731 100644
--- a/libavfilter/af_headphone.c
+++ b/libavfilter/af_headphone.c
@@ -359,7 +359,6 @@  static int headphone_frame(HeadphoneContext *s, AVFrame *in, AVFilterLink *outli
     } else {
         ff_filter_execute(ctx, headphone_fast_convolute, &td, NULL, 2);
     }
-    emms_c();
 
     if (n_clippings[0] + n_clippings[1] > 0) {
         av_log(ctx, AV_LOG_WARNING, "%d of %d samples clipped. Please reduce gain.\n",