summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2023-08-31 21:29:04 +0200
committerAndreas Rheinhardt <[email protected]>2023-09-04 11:04:45 +0200
commit78d4bd260ff40ef15838d5a38a70c0ba6cf3981d (patch)
treeb106a829ffba03646021787b483e0864035f5b16
parente2ec90cd0e9434edcb88660acc98f8162d554428 (diff)
avfilter/af_headphone: Remove unnecessary emms_c()
The floating point dsp code does not use MMX registers since 2718a3be1f8867fd4f6cb3f452d6917838b1ed88. Signed-off-by: Andreas Rheinhardt <[email protected]>
-rw-r--r--libavfilter/af_headphone.c1
1 files changed, 0 insertions, 1 deletions
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",