This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: libv4l: Remove double declaration of v4lconvert_grey_to_rgb24 Author: Hans de Goede <[email protected]> Date: Thu Dec 9 11:13:48 2010 +0100 Signed-off-by: Hans de Goede <[email protected]> lib/libv4lconvert/libv4lconvert-priv.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=5016469dc915fc196a6fa821be857e4e2fbc93d3 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); _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
