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
6 The support for this format by firmware is very limited
7 and won't be faster than the arm.
9 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
11 .../staging/vc04_services/bcm2835-codec/bcm2835-v4l2-codec.c | 5 -----
12 1 file changed, 5 deletions(-)
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,
20 - .fourcc = V4L2_PIX_FMT_VP8,
22 - .flags = V4L2_FMT_FLAG_COMPRESSED,
23 - .mmal_fmt = MMAL_ENCODING_VP8,
25 .fourcc = V4L2_PIX_FMT_VC1_ANNEX_G,
27 .flags = V4L2_FMT_FLAG_COMPRESSED,