[SCM] libav/experimental: cosmetics: Fix stray wrongly indented line.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:59:21 UTC 2013
The following commit has been merged in the experimental branch:
commit ce505b8523c71d6f78d1e8efc46bcf0813fc584c
Author: Diego Biurrun <diego at biurrun.de>
Date: Sun Apr 29 13:39:50 2007 +0000
cosmetics: Fix stray wrongly indented line.
Originally committed as revision 23174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c
index 6dab0aa..05f49b5 100644
--- a/libswscale/rgb2rgb_template.c
+++ b/libswscale/rgb2rgb_template.c
@@ -2229,7 +2229,7 @@ static inline void RENAME(rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_
"movq "MANGLE(bgr2UCoeff)", %%mm6 \n\t"
"pxor %%mm7, %%mm7 \n\t"
"lea (%%"REG_a", %%"REG_a", 2), %%"REG_d" \n\t"
- "add %%"REG_d", %%"REG_d" \n\t"
+ "add %%"REG_d", %%"REG_d" \n\t"
ASMALIGN(4)
"1: \n\t"
PREFETCH" 64(%0, %%"REG_d") \n\t"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list