Re: [libav-devel] [PATCH 1/2] h264_slice: Wait for refs to be available before we use them in error concealment

2016-12-14 Thread Anton Khirnov
Quoting Derek Buitenhuis (2016-12-12 15:33:27) > This could happen when there was a frame number gap and frame threading was > used. > > Debugging-by: Ronald S. Bultje > Debugging-by: Justin Ruggles > Signed-off-by: Derek Buitenhuis

[libav-devel] [PATCH 1/2] h264_slice: Wait for refs to be available before we use them in error concealment

2016-12-12 Thread Derek Buitenhuis
This could happen when there was a frame number gap and frame threading was used. Debugging-by: Ronald S. Bultje Debugging-by: Justin Ruggles Signed-off-by: Derek Buitenhuis --- libavcodec/h264_slice.c | 3 +++ 1 file