aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-08-31 21:22:56 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-04 11:04:45 +0200
commit1ac7df4043fc89dc6a562172e000ec002e1ed36c (patch)
tree20030668a70f216ef3483db54cb634bb66c1f4e2
parentaf1bf96138919ede327adbed7760ef178a6a0616 (diff)
downloadffmpeg-1ac7df4043fc89dc6a562172e000ec002e1ed36c.tar.gz
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@outlook.com>
-rw-r--r--libavfilter/af_volume.c2
1 files changed, 0 insertions, 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);