Re: [PATCH v2] media: amphion: fix decoder's interlaced field

From: Fabio Estevam
Date: Wed Apr 13 2022 - 14:36:45 EST


Hi Ming,

On Tue, Apr 12, 2022 at 8:02 AM Ming Qian <ming.qian@xxxxxxx> wrote:
>
> For interlaced frame, the amphion vpu will store the
> two fields sequential into one buffer, top-bottom order
> so the field should be set to V4L2_FIELD_SEQ_TB.
> fix the previous bug that set it to V4L2_FIELD_SEQ_BT wrongly.
>
> Signed-off-by: Ming Qian <ming.qian@xxxxxxx>

Missing Fixes tag?