Re: [Mjpeg-users] [PATCH] zr36067: Fix RGBR pixel format

2008-09-03 Thread Jean Delvare
Hi Trent, On Wed, 3 Sep 2008 10:17:34 -0700 (PDT), Trent Piepho wrote: > On Wed, 3 Sep 2008, Jean Delvare wrote: > > The zr36067 driver is improperly declaring pixel format RGBP twice, > > once as "16-bit RGB LE" and once as "16-bit RGB BE". The latter is > > actually RGBR. Fix the code to properl

Re: [Mjpeg-users] [PATCH] zr36067: Fix RGBR pixel format

2008-09-03 Thread Trent Piepho
On Wed, 3 Sep 2008, Jean Delvare wrote: > The zr36067 driver is improperly declaring pixel format RGBP twice, > once as "16-bit RGB LE" and once as "16-bit RGB BE". The latter is > actually RGBR. Fix the code to properly map both pixel formats. > Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> > Cc

[Mjpeg-users] [PATCH] zr36067: Fix RGBR pixel format

2008-09-03 Thread Jean Delvare
The zr36067 driver is improperly declaring pixel format RGBP twice, once as "16-bit RGB LE" and once as "16-bit RGB BE". The latter is actually RGBR. Fix the code to properly map both pixel formats. Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> Cc: Trent Piepho <[EMAIL PROTECTED]> Cc: Ronald S.