ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Thu Aug 31 21:22:56 2023 +0200| [1ac7df4043fc89dc6a562172e000ec002e1ed36c] | committer: Andreas Rheinhardt
avfilter/af_volume: Remove unnecessary emms_c() The floating point dsp code does not use MMX registers since 2718a3be1f8867fd4f6cb3f452d6917838b1ed88. Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ac7df4043fc89dc6a562172e000ec002e1ed36c --- 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); _______________________________________________ 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".