ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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.rheinha...@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) { _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".