forked from FFmpeg/FFmpeg
swresample/resample: Remove unnecessary emms_c
The last MMX code in swresample has just been removed. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
dd61d6489b
commit
0e8a5ded7e
1 changed files with 0 additions and 2 deletions
|
@ -497,8 +497,6 @@ static int multiple_resample(ResampleContext *c, AudioData *dst, int dst_size, A
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
emms_c();
|
|
||||||
|
|
||||||
if (c->compensation_distance) {
|
if (c->compensation_distance) {
|
||||||
c->compensation_distance -= dst_size;
|
c->compensation_distance -= dst_size;
|
||||||
if (!c->compensation_distance) {
|
if (!c->compensation_distance) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue