mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 21:07:01 +00:00
avfilter/af_amultiply: 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
78d4bd260f
commit
30e8ab8bc4
@ -90,7 +90,6 @@ static int activate(AVFilterContext *ctx)
|
||||
plane_samples);
|
||||
}
|
||||
}
|
||||
emms_c();
|
||||
|
||||
av_frame_free(&s->frames[0]);
|
||||
av_frame_free(&s->frames[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user