Commit 45cbd2e9 authored by lucabe's avatar lucabe

ADD support for the RGB32 pixel format in video4linux2 devices

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15219 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 723f011a
...@@ -114,12 +114,10 @@ static struct fmt_map fmt_conversion_table[] = { ...@@ -114,12 +114,10 @@ static struct fmt_map fmt_conversion_table[] = {
.ff_fmt = PIX_FMT_RGB24, .ff_fmt = PIX_FMT_RGB24,
.v4l2_fmt = V4L2_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, .v4l2_fmt = V4L2_PIX_FMT_BGR32,
}, },
*/
{ {
.ff_fmt = PIX_FMT_GRAY8, .ff_fmt = PIX_FMT_GRAY8,
.v4l2_fmt = V4L2_PIX_FMT_GREY, .v4l2_fmt = V4L2_PIX_FMT_GREY,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment