Skip to content

Commit

Permalink
bcm2835-v4l2-codec: Remove advertised support of VP8
Browse files Browse the repository at this point in the history
The support for this format by firmware is very limited
and won't be faster than the arm.

Signed-off-by: Dom Cobley <popcornmix@gmail.com>
  • Loading branch information
popcornmix committed Dec 22, 2021
1 parent 030bbaf commit 4bde850
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,6 @@ static const struct bcm2835_codec_fmt supported_formats[] = {
.depth = 0,
.flags = V4L2_FMT_FLAG_COMPRESSED,
.mmal_fmt = MMAL_ENCODING_MP2V,
}, {
.fourcc = V4L2_PIX_FMT_VP8,
.depth = 0,
.flags = V4L2_FMT_FLAG_COMPRESSED,
.mmal_fmt = MMAL_ENCODING_VP8,
}, {
.fourcc = V4L2_PIX_FMT_VC1_ANNEX_G,
.depth = 0,
Expand Down

0 comments on commit 4bde850

Please sign in to comment.