From: Pavel Charvat Date: Wed, 29 Apr 2009 15:38:55 +0000 (+0200) Subject: Just fixed a comment in libimages. X-Git-Tag: holmes-import~20 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=634be141f3f014e31d5931a968c0c0f7e07205fb;hp=d860af7503208ba51f64733452f0ebf6fede56e9;p=libucw.git Just fixed a comment in libimages. --- 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