Commit ca2818b8 authored by Michael Niedermayer's avatar Michael Niedermayer

swresample/x86/audio_convert: add emms to CONV

Might fix Ticket1874
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2ee380ae
......@@ -195,7 +195,12 @@ cglobal %2_to_%1_%3, 3, 3, 6, dst, src, len
add lenq, 2*mmsize/(1<<%4)
%endif
jl .next
%if mmsize == 8
emms
RET
%else
REP_RET
%endif
%endmacro
%macro PACK_6CH 5-7
......
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