Skip to content
Snippets Groups Projects
Commit ca2818b8 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swresample/x86/audio_convert: add emms to CONV


Might fix Ticket1874

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 2ee380ae
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment