Re: [PATCH] vcodec: mediatek: bug fix and code refine for mt8173 v4l2 Encoder

2016-08-14 Thread Tiffany Lin
Hi Hans, On Sun, 2016-08-14 at 13:40 +0200, Hans Verkuil wrote: > On 08/12/2016 04:35 PM, Tiffany Lin wrote: > > This patch include fixs: > > 1. Remove unused include in mtk_vcodec_drv.h > > 2. Fix visible_height larger than coded_height issue in s_fmt_out > > 3. Add timestamp and

Re: [PATCH] vcodec: mediatek: bug fix and code refine for mt8173 v4l2 Encoder

2016-08-14 Thread Hans Verkuil
On 08/12/2016 04:35 PM, Tiffany Lin wrote: > This patch include fixs: > 1. Remove unused include in mtk_vcodec_drv.h > 2. Fix visible_height larger than coded_height issue in s_fmt_out > 3. Add timestamp and timecode copy > 4. Fix mtk_vcodec_vdec_release should be called after v

[PATCH] vcodec: mediatek: bug fix and code refine for mt8173 v4l2 Encoder

2016-08-12 Thread Tiffany Lin
This patch include fixs: 1. Remove unused include in mtk_vcodec_drv.h 2. Fix visible_height larger than coded_height issue in s_fmt_out 3. Add timestamp and timecode copy 4. Fix mtk_vcodec_vdec_release should be called after v4l2_m2m_ctx_release 5. Remove unused define MTK_I