diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-30 11:18:45 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-30 11:18:45 +0200 |
commit | 022cbb6791c26940a8c89c4a32193c104b57d610 (patch) | |
tree | b5ce37117b8b1ae7ccbee32e20c689519649c6d2 /libswresample | |
parent | 3491c2a909bd07696fab7eae957cb8da5841bb4c (diff) | |
download | ffmpeg-022cbb6791c26940a8c89c4a32193c104b57d610.tar.gz |
swr: small align cosmetic.
Diffstat (limited to 'libswresample')
-rw-r--r-- | libswresample/x86/resample_mmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/x86/resample_mmx.h b/libswresample/x86/resample_mmx.h index 678fc03916..6772655885 100644 --- a/libswresample/x86/resample_mmx.h +++ b/libswresample/x86/resample_mmx.h @@ -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"\ |