You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/af_headphone: 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:
@@ -359,7 +359,6 @@ static int headphone_frame(HeadphoneContext *s, AVFrame *in, AVFilterLink *outli
|
|||||||
} else {
|
} else {
|
||||||
ff_filter_execute(ctx, headphone_fast_convolute, &td, NULL, 2);
|
ff_filter_execute(ctx, headphone_fast_convolute, &td, NULL, 2);
|
||||||
}
|
}
|
||||||
emms_c();
|
|
||||||
|
|
||||||
if (n_clippings[0] + n_clippings[1] > 0) {
|
if (n_clippings[0] + n_clippings[1] > 0) {
|
||||||
av_log(ctx, AV_LOG_WARNING, "%d of %d samples clipped. Please reduce gain.\n",
|
av_log(ctx, AV_LOG_WARNING, "%d of %d samples clipped. Please reduce gain.\n",
|
||||||
|
Reference in New Issue
Block a user