[FFmpeg-devel] [PATCH 06/13] avfilter/af_volume: Remove unnecessary emms_c()
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Fri Sep 1 01:22:28 EEST 2023
The floating point dsp code does not use MMX registers
since 2718a3be1f8867fd4f6cb3f452d6917838b1ed88.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at 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
More information about the ffmpeg-devel
mailing list