Skip to content

Commit

Permalink
staging/bcm2835-codec: Add VC-1 support.
Browse files Browse the repository at this point in the history
Providing the relevant licence has been purchased, then Pi0-3
can decode VC-1.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
  • Loading branch information
6by9 authored and popcornmix committed May 7, 2021
1 parent 5922664 commit c016a3a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,12 @@ static const struct bcm2835_codec_fmt supported_formats[] = {
.depth = 0,
.flags = V4L2_FMT_FLAG_COMPRESSED,
.mmal_fmt = MMAL_ENCODING_VP8,
},
}, {
.fourcc = V4L2_PIX_FMT_VC1_ANNEX_G,
.depth = 0,
.flags = V4L2_FMT_FLAG_COMPRESSED,
.mmal_fmt = MMAL_ENCODING_WVC1,
}
};

struct bcm2835_codec_fmt_list {
Expand Down

0 comments on commit c016a3a

Please sign in to comment.