Skip to content
Snippets Groups Projects
Commit 92d04e76 authored by Jean Delvare's avatar Jean Delvare Committed by Luca Abeni
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment