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