]> mj.ucw.cz Git - libucw.git/commitdiff
Just fixed a comment in libimages.
authorPavel Charvat <pchar@paja.(none)>
Wed, 29 Apr 2009 15:38:55 +0000 (17:38 +0200)
committerPavel Charvat <pchar@paja.(none)>
Wed, 29 Apr 2009 15:38:55 +0000 (17:38 +0200)
images/color.c

index 7f99c0d711c106da0c75107ac05e8f2c17ca17db..f22cba6826c9529f9bc3dbe370216755af5a6894 100644 (file)
@@ -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