Re: [libav-devel] [PATCH] mt: proper locking around release_buffer calls.

2011-07-10 Thread Alexander Strange
On Sun, Jul 10, 2011 at 5:28 PM, Ronald S. Bultje wrote: > This fixes a crash when seeking in some webm files with many > threads (e.g. 8). OK, except there's a whitespace change. > --- >  libavcodec/pthread.c |    7 +-- >  1 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/li

[libav-devel] [PATCH] mt: proper locking around release_buffer calls.

2011-07-10 Thread Ronald S. Bultje
This fixes a crash when seeking in some webm files with many threads (e.g. 8). --- libavcodec/pthread.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c index 08ef4ba..bb8a343 100644 --- a/libavcodec/pthread.c +++ b/libavcod