Re: [FFmpeg-devel] [PATCH 2/2] avcodec/h264: fix draw_horiz_band with slice threads

2019-09-03 Thread Michael Niedermayer
On Mon, Sep 02, 2019 at 04:28:53PM +0200, James Darnley wrote: > From: Kieran Kunhya > > --- > libavcodec/h264_slice.c | 29 +++-- > 1 file changed, 23 insertions(+), 6 deletions(-) with this: ./ffmpeg -i Deep%20Blue.ts -t 1 -vsync 1 -bitexact -an -f framecrc - output i

[FFmpeg-devel] [PATCH 2/2] avcodec/h264: fix draw_horiz_band with slice threads

2019-09-02 Thread James Darnley
From: Kieran Kunhya --- libavcodec/h264_slice.c | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index 5ceee107a0..fe2aa01ceb 100644 --- a/libavcodec/h264_slice.c +++ b/libavcodec/h264_slice.c @@