1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-28 16:02:17 +02:00

avfilter/af_volume: Remove unnecessary emms_c()

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

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-08-31 21:22:56 +02:00
parent af1bf96138
commit 1ac7df4043

View File

@ -447,8 +447,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
}
}
emms_c();
if (buf != out_buf)
av_frame_free(&buf);