9aa37a0e4d5360792e35f95fcc4a9467099ee2db
[openwrt/staging/hauke.git] /
1 From e34d315278b4fcdf181fc7bc7406b7f59c70ba3f Mon Sep 17 00:00:00 2001
2 From: Dom Cobley <popcornmix@gmail.com>
3 Date: Sun, 31 Oct 2021 11:47:59 +0000
4 Subject: [PATCH] bcm2835-v4l2-codec: Remove advertised support of VP8
5
6 The support for this format by firmware is very limited
7 and won't be faster than the arm.
8
9 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
10 ---
11 .../staging/vc04_services/bcm2835-codec/bcm2835-v4l2-codec.c | 5 -----
12 1 file changed, 5 deletions(-)
13
14 --- a/drivers/staging/vc04_services/bcm2835-codec/bcm2835-v4l2-codec.c
15 +++ b/drivers/staging/vc04_services/bcm2835-codec/bcm2835-v4l2-codec.c
16 @@ -598,11 +598,6 @@ static const struct bcm2835_codec_fmt su
17 .flags = V4L2_FMT_FLAG_COMPRESSED,
18 .mmal_fmt = MMAL_ENCODING_MP2V,
19 }, {
20 - .fourcc = V4L2_PIX_FMT_VP8,
21 - .depth = 0,
22 - .flags = V4L2_FMT_FLAG_COMPRESSED,
23 - .mmal_fmt = MMAL_ENCODING_VP8,
24 - }, {
25 .fourcc = V4L2_PIX_FMT_VC1_ANNEX_G,
26 .depth = 0,
27 .flags = V4L2_FMT_FLAG_COMPRESSED,