[libav-devel] [PATCH 1/1] h264: slice-mt: check master context for valid current_picture_ptr

2012-12-05 Thread Janne Grunau
Fixes errors in slice based multithreading introduced in 0b300daad2f5. CC: libav-sta...@libav.org --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index b9c46ea..317ee95 100644 --- a/libavcodec/h264.c +++

Re: [libav-devel] [PATCH 1/1] h264: slice-mt: check master context for valid current_picture_ptr

2012-12-05 Thread Ronald S. Bultje
Hi, On Wed, Dec 5, 2012 at 11:10 AM, Janne Grunau janne-li...@jannau.net wrote: Fixes errors in slice based multithreading introduced in 0b300daad2f5. CC: libav-sta...@libav.org --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c