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

2016-12-02 Thread James Almer
On 12/2/2016 5:21 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(+) > > diff --git

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

2016-12-02 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