summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-22 17:35:32 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-22 17:35:32 +0000
commit4cf16bbed5563f3a2355905155789fafa6a43733 (patch)
tree42459b7837ba6d70fcb88fae9ef2e02422fd078d /libswscale
parent170c0b455c9c7e3586dd7e34acac76f900a2250a (diff)
cosmetics: comment typo fixes
Originally committed as revision 26269 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-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