|
@@ -84,10 +84,6 @@ static const struct venus_format venc_formats[] = {
|
|
|
.pixfmt = V4L2_PIX_FMT_VP8,
|
|
.pixfmt = V4L2_PIX_FMT_VP8,
|
|
|
.num_planes = 1,
|
|
.num_planes = 1,
|
|
|
.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
|
|
.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
|
|
|
- }, {
|
|
|
|
|
- .pixfmt = V4L2_PIX_FMT_VP9,
|
|
|
|
|
- .num_planes = 1,
|
|
|
|
|
- .type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
|
|
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|
|
|
|
|
|