Re: Question about libv4lconvert.

2010-12-15 Thread Hans de Goede
Hi, On 12/16/2010 12:49 AM, Antonio Ospite wrote: On Wed, 15 Dec 2010 21:10:52 +0100 Hans de Goede wrote: Hi, Hi Hans, thanks for the quick reply. On 12/15/2010 05:11 PM, Antonio Ospite wrote: Hi, I am taking a look at libv4lconvert, and I have a question about the logic in v4lconvert_

Re: Question about libv4lconvert.

2010-12-15 Thread Antonio Ospite
On Wed, 15 Dec 2010 21:10:52 +0100 Hans de Goede wrote: > Hi, > Hi Hans, thanks for the quick reply. > On 12/15/2010 05:11 PM, Antonio Ospite wrote: > > Hi, > > > > I am taking a look at libv4lconvert, and I have a question about the > > logic in v4lconvert_convert_pixfmt(), in some conversion

Re: Question about libv4lconvert.

2010-12-15 Thread Hans de Goede
Hi, On 12/15/2010 05:11 PM, Antonio Ospite wrote: Hi, I am taking a look at libv4lconvert, and I have a question about the logic in v4lconvert_convert_pixfmt(), in some conversion switches there is code like this: case V4L2_PIX_FMT_GREY: switch (dest_pix_fmt) {

Question about libv4lconvert.

2010-12-15 Thread Antonio Ospite
Hi, I am taking a look at libv4lconvert, and I have a question about the logic in v4lconvert_convert_pixfmt(), in some conversion switches there is code like this: case V4L2_PIX_FMT_GREY: switch (dest_pix_fmt) { case V4L2_PIX_FMT_RGB24: case