mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 14:06:44 +07:00
media: vicodec: set flags for vdec/stateful OUTPUT coded formats
Tag all the coded formats where the vicodec stateful decoder supports dynamic resolution switching and bytestream parsing. Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
abf8dd2922
commit
b867d9ce09
@ -742,6 +742,9 @@ static int enum_fmt(struct v4l2_fmtdesc *f, struct vicodec_ctx *ctx,
|
||||
return -EINVAL;
|
||||
f->pixelformat = ctx->is_stateless ?
|
||||
V4L2_PIX_FMT_FWHT_STATELESS : V4L2_PIX_FMT_FWHT;
|
||||
if (!ctx->is_enc && !ctx->is_stateless)
|
||||
f->flags = V4L2_FMT_FLAG_DYN_RESOLUTION |
|
||||
V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user