Commit 92d04e76 authored by Jean Delvare's avatar Jean Delvare Committed by Luca Abeni

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
parent 97a290ef
...@@ -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