Re: [PATCH v5,2/2] media: mediatek: vcodec: Force capture queue format to MM21

From: AngeloGioacchino Del Regno
Date: Mon Mar 20 2023 - 05:37:47 EST


Il 18/03/23 04:56, Yunfei Dong ha scritto:
While the decoder can produce frames in both MM21 and MT21C formats, only MM21
is currently supported by userspace tools (like gstreamer and libyuv). In order
to ensure userspace keeps working after the SCP firmware is updated to support
both MM21 and MT21C formats, force the MM21 format for the capture queue.

This is meant as a stopgap solution while dynamic format switching between
MM21 and MT21C isn't implemented in the driver.

Fixes: 7501edef6b1f ("media: mediatek: vcodec: Different codec using different capture format")
Signed-off-by: Yunfei Dong <yunfei.dong@xxxxxxxxxxxx>
Reviewed-by: Nicolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>
Tested-by: Nicolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>