avfilter/af_amultiply: Remove unnecessary emms_c()
The floating point dsp code does not use MMX registers since 2718a3be1f8867fd4f6cb3f452d6917838b1ed88. 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…
x
Reference in New Issue
Block a user