[FFmpeg-devel] [PATCH 1/2] ffmpeg: use thread wrappers for the thread message functionality

2018-01-03 Thread James Almer
Signed-off-by: James Almer --- fftools/ffmpeg.c | 19 --- fftools/ffmpeg.h | 7 ++- fftools/ffmpeg_opt.c | 2 +- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 6aff3366c5..528849a2c6 100644 --- a/fftools/ffm

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: use thread wrappers for the thread message functionality

2018-01-04 Thread Michael Niedermayer
On Thu, Jan 04, 2018 at 01:14:07AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > fftools/ffmpeg.c | 19 --- > fftools/ffmpeg.h | 7 ++- > fftools/ffmpeg_opt.c | 2 +- > 3 files changed, 11 insertions(+), 17 deletions(-) LGTM thx [...] -- Michael

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: use thread wrappers for the thread message functionality

2018-01-04 Thread James Almer
On 1/4/2018 3:17 PM, Michael Niedermayer wrote: > On Thu, Jan 04, 2018 at 01:14:07AM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> fftools/ffmpeg.c | 19 --- >> fftools/ffmpeg.h | 7 ++- >> fftools/ffmpeg_opt.c | 2 +- >> 3 files changed, 11 inser