Hi Arun,

Thank you for your patch.

Best wishes,
-- 
Kamil Debski
Linux Platform Group
Samsung Poland R&D Center


> -----Original Message-----
> From: Arun Kumar K [mailto:arun...@samsung.com]
> Sent: Tuesday, February 26, 2013 11:02 PM
> To: linux-media@vger.kernel.org
> Cc: k.deb...@samsung.com; jtp.p...@samsung.com; s.nawro...@samsung.com;
> arun...@samsung.com; aru...@samsung.com
> Subject: [PATCH] [media] s5p-mfc: Fix frame skip bug
> 
> The issue was seen in VP8 decoding where the last frame was skipped by
> the driver. This patch gets the correct frame_type value to fix this
> bug.
> 
> Signed-off-by: Arun Kumar K <arun...@samsung.com>
> Signed-off-by: Arun Mankuzhi <aru...@samsung.com>

Acked-by: Kamil Debski <k.deb...@samsung.com>

> ---
>  drivers/media/platform/s5p-mfc/s5p_mfc.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c
> b/drivers/media/platform/s5p-mfc/s5p_mfc.c
> index ac69e9b..64c55cf 100644
> --- a/drivers/media/platform/s5p-mfc/s5p_mfc.c
> +++ b/drivers/media/platform/s5p-mfc/s5p_mfc.c
> @@ -276,7 +276,7 @@ static void s5p_mfc_handle_frame_new(struct
> s5p_mfc_ctx *ctx, unsigned int err)
>       unsigned int frame_type;
> 
>       dspl_y_addr = s5p_mfc_hw_call(dev->mfc_ops, get_dspl_y_adr, dev);
> -     frame_type = s5p_mfc_hw_call(dev->mfc_ops, get_dec_frame_type,
> dev);
> +     frame_type = s5p_mfc_hw_call(dev->mfc_ops, get_disp_frame_type,
> ctx);
> 
>       /* If frame is same as previous then skip and do not dequeue */
>       if (frame_type == S5P_FIMV_DECODE_FRAME_SKIPPED) {
> --
> 1.7.9.5


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to