From 634be141f3f014e31d5931a968c0c0f7e07205fb Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Wed, 29 Apr 2009 17:38:55 +0200 Subject: [PATCH] Just fixed a comment in libimages. --- images/color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/color.c b/images/color.c index 7f99c0d7..f22cba68 100644 --- a/images/color.c +++ b/images/color.c @@ -323,7 +323,7 @@ pixel_conv_rgb_to_ycck(byte *dest, byte *src) #define IMAGE_WALK_DO_STEP do{ pixel_conv_rgb_to_ycck(walk_pos, walk_sec_pos); }while(0) #include "images/image-walk.h" -/* YCCK <-> RGB */ +/* YCCK <-> YCbCr */ #define IMAGE_WALK_PREFIX(x) walk_##x #define IMAGE_WALK_FUNC_NAME image_conv_ycck_4_to_ycbcr_n -- 2.39.2