[FFmpeg-cvslog] swresample/resample: Remove unnecessary emms_c
Andreas Rheinhardt
git at videolan.org
Tue Jun 14 02:35:26 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Jun 12 00:14:26 2022 +0200| [0e8a5ded7e95f67a0681553cb879d97bd6d24c06] | committer: Andreas Rheinhardt
swresample/resample: Remove unnecessary emms_c
The last MMX code in swresample has just been removed.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e8a5ded7e95f67a0681553cb879d97bd6d24c06
---
libswresample/resample.c | 2 --
1 file changed, 2 deletions(-)
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) {
More information about the ffmpeg-cvslog
mailing list