Update bcm2835-v4l2-codec.c

This commit is contained in:
Raziel K. Crowe 2022-03-07 20:19:16 +05:00 committed by GitHub
parent 2d241eaf62
commit 416832971a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}
};