media: venus: venc: drop VP9 codec support
No one of the supported Venus version has implemented VP9 codec for enconding, so drop it from the list of codecs. Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
29f0133ec6
commit
b1540ceaed
|
@ -84,10 +84,6 @@ static const struct venus_format venc_formats[] = {
|
|||
.pixfmt = V4L2_PIX_FMT_VP8,
|
||||
.num_planes = 1,
|
||||
.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
|
||||
}, {
|
||||
.pixfmt = V4L2_PIX_FMT_VP9,
|
||||
.num_planes = 1,
|
||||
.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue