summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_template.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-22 17:35:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-22 17:35:32 +0000
commitcf09f76844693a1c6940806eda40559a0bf20723 (patch)
treea2b3f6dda4f116e80102d0ab3873d13c538baf64 /libswscale/swscale_template.c
parent0aed3b7205af0f201b0c9f74fda9ac1b901ba289 (diff)
downloadmpv-cf09f76844693a1c6940806eda40559a0bf20723.tar.bz2
mpv-cf09f76844693a1c6940806eda40559a0bf20723.tar.xz
cosmetics: comment typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26269 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale_template.c')
-rw-r--r--libswscale/swscale_template.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index 8d3a31c0b7..360b592cf4 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -1762,7 +1762,8 @@ static inline void RENAME(yuy2ToUV)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1,
assert(src1 == src2);
}
-//this is allmost identical to the previous, end exists only cuz yuy2ToY/UV)(dst, src+1, ...) would have 100% unaligned accesses
+/* This is almost identical to the previous, end exists only because
+ * yuy2ToY/UV)(dst, src+1, ...) would have 100% unaligned accesses. */
static inline void RENAME(uyvyToY)(uint8_t *dst, uint8_t *src, long width)
{
#ifdef HAVE_MMX