From: Hans de Goede Date: Thu, 9 Dec 2010 10:13:48 +0000 (+0100) Subject: libv4l: Remove double declaration of v4lconvert_grey_to_rgb24 X-Git-Tag: v4l-utils-0.8.2~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5016469dc915fc196a6fa821be857e4e2fbc93d3;p=platform%2Fupstream%2Fv4l-utils.git libv4l: Remove double declaration of v4lconvert_grey_to_rgb24 Signed-off-by: Hans de Goede --- diff --git a/lib/libv4lconvert/libv4lconvert-priv.h b/lib/libv4lconvert/libv4lconvert-priv.h index 2680ed7..d8fe899 100644 --- a/lib/libv4lconvert/libv4lconvert-priv.h +++ b/lib/libv4lconvert/libv4lconvert-priv.h @@ -133,9 +133,6 @@ void v4lconvert_grey_to_rgb24(const unsigned char *src, unsigned char *dest, void v4lconvert_grey_to_yuv420(const unsigned char *src, unsigned char *dest, const struct v4l2_format *src_fmt); -void v4lconvert_grey_to_rgb24(const unsigned char *src, unsigned char *dest, - int width, int height); - void v4lconvert_rgb565_to_rgb24(const unsigned char *src, unsigned char *dest, int width, int height);