media: mediatek: vcodec: Enable HEVC main still picture decode
Mediatek devices that support HEVC also support the main still picture profile, but today, the main still picture profile is excluded. This removes the skip mask for HEVC, and enables the main still picture profile decoding. Signed-off-by: Nathan Hebert <nhebert@chromium.org> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
committed by
Hans Verkuil
parent
1d1e564fce
commit
3f5f28084e
@@ -152,8 +152,6 @@ static const struct mtk_stateless_control mtk_stateless_controls[] = {
|
||||
.id = V4L2_CID_MPEG_VIDEO_HEVC_PROFILE,
|
||||
.def = V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN,
|
||||
.max = V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10,
|
||||
.menu_skip_mask =
|
||||
BIT(V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_STILL_PICTURE),
|
||||
},
|
||||
.codec_type = V4L2_PIX_FMT_HEVC_SLICE,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user