[FFmpeg-cvslog] avfilter/af_volume: Remove unnecessary emms_c()

Andreas Rheinhardt git at videolan.org
Mon Sep 4 12:19:04 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at 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.rheinhardt at 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);
 



More information about the ffmpeg-cvslog mailing list