The floating point dsp code does not use MMX registers since 2718a3be1f8867fd4f6cb3f452d6917838b1ed88.
Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavfilter/af_volume.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavfilter/af_volume.c b/libavfilter/af_volume.c index 926529947c..b41c15e867 100644 --- a/libavfilter/af_volume.c +++ b/libavfilter/af_volume.c @@ -447,8 +447,6 @@ FF_ENABLE_DEPRECATION_WARNINGS } } - emms_c(); - if (buf != out_buf) av_frame_free(&buf); -- 2.34.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
