From 0e8a5ded7e95f67a0681553cb879d97bd6d24c06 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 12 Jun 2022 00:14:26 +0200 Subject: swresample/resample: Remove unnecessary emms_c The last MMX code in swresample has just been removed. Signed-off-by: Andreas Rheinhardt --- libswresample/resample.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libswresample') diff --git a/libswresample/resample.c b/libswresample/resample.c index 9c5b7fee72..8f9efc3f21 100644 --- a/libswresample/resample.c +++ b/libswresample/resample.c @@ -497,8 +497,6 @@ static int multiple_resample(ResampleContext *c, AudioData *dst, int dst_size, A } } - emms_c(); - if (c->compensation_distance) { c->compensation_distance -= dst_size; if (!c->compensation_distance) { -- cgit v1.2.1