forked from Qortal/Brooklyn
Update bcm2835-v4l2-codec.c
This commit is contained in:
parent
2d241eaf62
commit
416832971a
@ -605,6 +605,13 @@ static const struct bcm2835_codec_fmt supported_formats[] = {
|
||||
.depth = 0,
|
||||
.flags = V4L2_FMT_FLAG_COMPRESSED,
|
||||
.mmal_fmt = MMAL_ENCODING_WVC1,
|
||||
}, {
|
||||
.fourcc = V4L2_PIX_FMT_RGBA32,
|
||||
.depth = 32,
|
||||
.bytesperline_align = { 32, 32, 32, 32 },
|
||||
.flags = 0,
|
||||
.mmal_fmt = MMAL_ENCODING_RGBA,
|
||||
.size_multiplier_x2 = 2,
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user