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 <[email protected]>
  • Loading branch information
6by9 committed Mar 12, 2021
1 parent 420578c commit 084084d
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 084084d

Please sign in to comment.