Re: [FFmpeg-devel] [PATCH 1/3] avutil/thread: Add pthread_cond_timedwait function.

2016-12-07 Thread Matt Oliver
On 7 December 2016 at 21:32, Hendrik Leppkes wrote: > On Wed, Dec 7, 2016 at 7:04 AM, Matt Oliver wrote: > > Signed-off-by: Matt Oliver > > --- > > compat/os2threads.h | 24 > > compat/w32pthreads.h | 50 > > ++ > > liba

Re: [FFmpeg-devel] [PATCH 1/3] avutil/thread: Add pthread_cond_timedwait function.

2016-12-07 Thread Hendrik Leppkes
On Wed, Dec 7, 2016 at 7:04 AM, Matt Oliver wrote: > Signed-off-by: Matt Oliver > --- > compat/os2threads.h | 24 > compat/w32pthreads.h | 50 > ++ > libavutil/thread.h | 6 ++ > 3 files changed, 80 insertions(+) >

[FFmpeg-devel] [PATCH 1/3] avutil/thread: Add pthread_cond_timedwait function.

2016-12-06 Thread Matt Oliver
Signed-off-by: Matt Oliver --- compat/os2threads.h | 24 compat/w32pthreads.h | 50 ++ libavutil/thread.h | 6 ++ 3 files changed, 80 insertions(+) diff --git a/compat/os2threads.h b/compat/os2threads.h index 40a119