mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
media: mtk-vcodec: Always signal source change event on format change
Currently the driver signals the source change event only in case of a midstream resolution change, however the initial format detection is also defined as a source change by the V4L2 codec API specification. Fix this by signaling the event after the initial header is parsed as well. Signed-off-by: Tomasz Figa <tfiga@chromium.org> Reviewed-by: Wu-Cheng Li <wuchengli@chromium.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
50e7044535
commit
c2e0e1ba6c
1 changed files with 2 additions and 0 deletions
|
@ -1224,6 +1224,8 @@ static void vb2ops_vdec_buf_queue(struct vb2_buffer *vb)
|
|||
ctx->dpb_size = dpbsize;
|
||||
ctx->state = MTK_STATE_HEADER;
|
||||
mtk_v4l2_debug(1, "[%d] dpbsize=%d", ctx->id, ctx->dpb_size);
|
||||
|
||||
mtk_vdec_queue_res_chg_event(ctx);
|
||||
}
|
||||
|
||||
static void vb2ops_vdec_buf_finish(struct vb2_buffer *vb)
|
||||
|
|
Loading…
Add table
Reference in a new issue