Re: [libav-devel] [PATCH 8/9] h264: make sure both fields are always marked as finished

2014-02-14 Thread Janne Grunau
On 2014-01-06 08:36:41 +0100, Anton Khirnov wrote: Fixes deadlocks. Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC:libav-sta...@libav.org --- libavcodec/h264.c |8 1 file changed, 8 insertions(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index

Re: [libav-devel] [PATCH 8/9] h264: make sure both fields are always marked as finished

2014-01-15 Thread Janne Grunau
On 2014-01-06 08:36:41 +0100, Anton Khirnov wrote: Fixes deadlocks. Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC:libav-sta...@libav.org --- libavcodec/h264.c |8 1 file changed, 8 insertions(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index

[libav-devel] [PATCH 8/9] h264: make sure both fields are always marked as finished

2014-01-05 Thread Anton Khirnov
Fixes deadlocks. Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC:libav-sta...@libav.org --- libavcodec/h264.c |8 1 file changed, 8 insertions(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 4b10a68..d43b11e 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c