Re: [FFmpeg-devel] [PATCH v2 2/3] compat/os2threads: support the return value of joined thread

2016-02-15 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 01:18:50PM +0900, KO Myung-Hun wrote: > > > Michael Niedermayer wrote: > > On Mon, Feb 15, 2016 at 12:20:34AM +0900, KO Myung-Hun wrote: > >> --- > >> compat/os2threads.h | 39 ++- > >> 1 file changed, 18 insertions(+), 21 deletions(-)

Re: [FFmpeg-devel] [PATCH v2 2/3] compat/os2threads: support the return value of joined thread

2016-02-14 Thread KO Myung-Hun
Michael Niedermayer wrote: > On Mon, Feb 15, 2016 at 12:20:34AM +0900, KO Myung-Hun wrote: >> --- >> compat/os2threads.h | 39 ++- >> 1 file changed, 18 insertions(+), 21 deletions(-) > > applied > > btw, you should add yourself to the MAINTAINERS file i thi

Re: [FFmpeg-devel] [PATCH v2 2/3] compat/os2threads: support the return value of joined thread

2016-02-14 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 12:20:34AM +0900, KO Myung-Hun wrote: > --- > compat/os2threads.h | 39 ++- > 1 file changed, 18 insertions(+), 21 deletions(-) applied btw, you should add yourself to the MAINTAINERS file i think, as you de facto maintain this code ...

[FFmpeg-devel] [PATCH v2 2/3] compat/os2threads: support the return value of joined thread

2016-02-14 Thread KO Myung-Hun
--- compat/os2threads.h | 39 ++- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/compat/os2threads.h b/compat/os2threads.h index 12cb7b0..3b289df 100644 --- a/compat/os2threads.h +++ b/compat/os2threads.h @@ -35,9 +35,15 @@ #include #include