Re: [FFmpeg-devel] [PATCHv3 2/2] avcodec/vp9: Add tile threading support

2017-08-30 Thread gh0st
Should be fixed now in PATCHv4, thanks! On Thu, Aug 31, 2017 at 3:59 AM, Michael Niedermayer wrote: > On Mon, Aug 28, 2017 at 06:36:13PM +0700, Ilia Valiakhmetov wrote: > > Signed-off-by: Ilia Valiakhmetov > > --- > > libavcodec/vp9.c | 608 ++ >

Re: [FFmpeg-devel] [PATCHv3 2/2] avcodec/vp9: Add tile threading support

2017-08-30 Thread Michael Niedermayer
On Mon, Aug 28, 2017 at 06:36:13PM +0700, Ilia Valiakhmetov wrote: > Signed-off-by: Ilia Valiakhmetov > --- > libavcodec/vp9.c | 608 > ++- > libavcodec/vp9_mc_template.c | 202 +++--- > libavcodec/vp9block.c| 522 ++