diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-07-17 23:43:48 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-07-17 23:43:48 +0000 |
commit | d78c1ea16fd18eeca9d7f8a0c5b80716cf84a163 (patch) | |
tree | 19fcf4b57a668d6ebeae63f8c051a8750abba9b4 /libswscale | |
parent | bf2bdde67abdf00d51e62cd359764b4152e7c05a (diff) | |
download | ffmpeg-d78c1ea16fd18eeca9d7f8a0c5b80716cf84a163.tar.gz |
indent
Originally committed as revision 27322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale_template.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c index 221c4961a0..45cd491d53 100644 --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -1006,14 +1006,14 @@ static inline void RENAME(yuv2yuv1)(SwsContext *c, int16_t *lumSrc, int16_t *chr ); } }else{ - while(p--){ - asm volatile( - YSCALEYUV2YV121 - :: "r" (src[p]), "r" (dst[p] + counter[p]), - "g" (-counter[p]) - : "%"REG_a - ); - } + while(p--){ + asm volatile( + YSCALEYUV2YV121 + :: "r" (src[p]), "r" (dst[p] + counter[p]), + "g" (-counter[p]) + : "%"REG_a + ); + } } #else |