This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
swr: small align cosmetic.
tags/n1.0
Clément Bœsch
13 years ago
parent
3491c2a909
commit
022cbb6791
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libswresample/x86/resample_mmx.h
+ 1
- 1
libswresample/x86/resample_mmx.h
View File
@@ -37,7 +37,7 @@ __asm__ volatile(\
"add $8, %0 \n\t"\
" js 1b \n\t"\
"pshufw $0x0E, %%mm0, %%mm1 \n\t"\
"paddd %%mm1, %%mm0 \n\t"\
"paddd %%mm1, %%mm0
\n\t"\
"psrad $15, %%mm0 \n\t"\
"packssdw %%mm0, %%mm0 \n\t"\
"movd %%mm0, (%3) \n\t"\
Write
Preview
Loading…
Cancel
Save