comparison libswscale/swscale_template.c @ 26237:f2d670be6bc8

cosmetics: comment typo fixes
author diego
date Sat, 22 Mar 2008 17:35:32 +0000
parents 1df4a811aa9c
children f910db69b343
comparison
equal deleted inserted replaced
26236:34cbcf7b4c80 26237:f2d670be6bc8
1760 } 1760 }
1761 #endif 1761 #endif
1762 assert(src1 == src2); 1762 assert(src1 == src2);
1763 } 1763 }
1764 1764
1765 //this is allmost identical to the previous, end exists only cuz yuy2ToY/UV)(dst, src+1, ...) would have 100% unaligned accesses 1765 /* This is almost identical to the previous, end exists only because
1766 * yuy2ToY/UV)(dst, src+1, ...) would have 100% unaligned accesses. */
1766 static inline void RENAME(uyvyToY)(uint8_t *dst, uint8_t *src, long width) 1767 static inline void RENAME(uyvyToY)(uint8_t *dst, uint8_t *src, long width)
1767 { 1768 {
1768 #ifdef HAVE_MMX 1769 #ifdef HAVE_MMX
1769 asm volatile( 1770 asm volatile(
1770 "mov %0, %%"REG_a" \n\t" 1771 "mov %0, %%"REG_a" \n\t"