The floating point dsp code does not use MMX registers
since 2718a3be1f8867fd4f6cb3f452d6917838b1ed88.

Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com>
---
 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
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to