Add support for the RGB32 pixel format in video4linux2 devices

Patch by Jean Delvare (khali AT linux-fr DOT org)

Originally committed as revision 15219 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Jean Delvare 2008-09-05 20:40:50 +00:00 committed by Luca Abeni
parent 97a290efcb
commit 92d04e765e
1 changed files with 1 additions and 3 deletions

View File

@ -114,12 +114,10 @@ static struct fmt_map fmt_conversion_table[] = {
.ff_fmt = PIX_FMT_RGB24,
.v4l2_fmt = V4L2_PIX_FMT_RGB24,
},
/*
{
.ff_fmt = PIX_FMT_RGB32,
.ff_fmt = PIX_FMT_BGRA,
.v4l2_fmt = V4L2_PIX_FMT_BGR32,
},
*/
{
.ff_fmt = PIX_FMT_GRAY8,
.v4l2_fmt = V4L2_PIX_FMT_GREY,