mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
af1bf96138
commit
1ac7df4043
|
@ -447,8 +447,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
emms_c();
|
|
||||||
|
|
||||||
if (buf != out_buf)
|
if (buf != out_buf)
|
||||||
av_frame_free(&buf);
|
av_frame_free(&buf);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue