Commit 30e8ab8b authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avfilter/af_amultiply: Remove unnecessary emms_c()

The floating point dsp code does not use MMX registers
since 2718a3be.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 78d4bd26
......@@ -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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment