[FFmpeg-cvslog] avfilter/af_amultiply: Remove unnecessary emms_c()
Andreas Rheinhardt
git at videolan.org
Mon Sep 4 12:19:10 EEST 2023
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Aug 31 21:30:44 2023 +0200| [30e8ab8bc4782dc8ddfe2bb1b80e9b64bf221c98] | committer: Andreas Rheinhardt
avfilter/af_amultiply: Remove unnecessary emms_c()
The floating point dsp code does not use MMX registers
since 2718a3be1f8867fd4f6cb3f452d6917838b1ed88.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30e8ab8bc4782dc8ddfe2bb1b80e9b64bf221c98
---
libavfilter/af_amultiply.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/af_amultiply.c b/libavfilter/af_amultiply.c
index 3d8782002b..0e2bdacd8f 100644
--- a/libavfilter/af_amultiply.c
+++ b/libavfilter/af_amultiply.c
@@ -90,7 +90,6 @@ static int activate(AVFilterContext *ctx)
plane_samples);
}
}
- emms_c();
av_frame_free(&s->frames[0]);
av_frame_free(&s->frames[1]);
More information about the ffmpeg-cvslog
mailing list