Re: [PATCH, v2] media: mediatek: vcodec: Add to support VP9 inner racing mode

2022-10-23 Thread mingjia.zh...@mediatek.com
Hi Hans, Thanks for you reply and useful suggestions. The previous patch v3 may not fully modified. Now I push patch v4. Please help to review it, thanks. Thanks, mingjia On Wed, 2022-08-24 at 15:02 +0200, Hans Verkuil wrote: > Hi Mingjia, > > On 27/07/2022 08:13, Mingjia Zhang wrote: > > In o

Re: [PATCH, v2] media: mediatek: vcodec: Add to support VP9 inner racing mode

2022-10-09 Thread mingjia.zh...@mediatek.com
Hi Hans, Thanks for you reply and useful comments. After reviewing the error handling in vdec_vp9_slice_core_decode(), I found that the problem you pointed out does exist in error handle part. 'instance' may be used uninitialized in this function. I have fixed this build warning and reviewed oth