The patch number 11015 was added via h...@rhel5-devel.localdomain to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Hans de Goede <hdego...@redhat.com> libv4l: Fix compile warning in sq905c.c Fix compile warning in sq905c.c . Priority: normal Signed-off-by: Hans de Goede <hdego...@redhat.com> --- v4l2-apps/libv4l/libv4lconvert/sq905c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -r 15ab1c5011b2 -r 8b3aced0dc5b v4l2-apps/libv4l/libv4lconvert/sq905c.c --- a/v4l2-apps/libv4l/libv4lconvert/sq905c.c Wed Mar 11 14:06:26 2009 +0100 +++ b/v4l2-apps/libv4l/libv4lconvert/sq905c.c Wed Mar 11 14:10:50 2009 +0100 @@ -32,7 +32,7 @@ static int -sq905c_first_decompress(unsigned char *output, unsigned char *input, +sq905c_first_decompress(unsigned char *output, const unsigned char *input, unsigned int outputsize) { unsigned char parity = 0; @@ -203,7 +203,7 @@ void v4lconvert_decode_sq905c(const unsi { int size; unsigned char *temp_data; - unsigned char *raw; + const unsigned char *raw; /* here we get rid of the 0x50 bytes of header in src. */ raw = src + 0x50; size = width*height/2; --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/8b3aced0dc5b27b39ad831991907a2705cef642d _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits