diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-07-07 20:52:34 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-07 20:52:34 +0200 |
commit | 68712ce8201b590192eb5fdda8e0a9d202f1feca (patch) | |
tree | 10d7be19917a7b0bfd47adfcd4ce31d7fa938ee4 /libswresample/x86/rematrix.asm | |
parent | 3245c8b669018c43ad4bc18cb1720cb757526b85 (diff) | |
download | ffmpeg-68712ce8201b590192eb5fdda8e0a9d202f1feca.tar.gz |
swr/x86: 16bit integer mix functions need SSE2 not SSE
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/x86/rematrix.asm')
-rw-r--r-- | libswresample/x86/rematrix.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libswresample/x86/rematrix.asm b/libswresample/x86/rematrix.asm index ee50e20fa6..a11872face 100644 --- a/libswresample/x86/rematrix.asm +++ b/libswresample/x86/rematrix.asm @@ -236,6 +236,8 @@ MIX2_FLT u MIX2_FLT a MIX1_FLT u MIX1_FLT a + +INIT_XMM sse2 MIX1_INT16 u MIX1_INT16 a MIX2_INT16 u |