Re: [FFmpeg-devel] [PATCH 2/2] avcodec/pthread_slice: add main function support for avpriv_slicethread_create()

2017-09-07 Thread gh0st
Fixed in v2. On Fri, Sep 8, 2017 at 3:40 AM, Michael Niedermayer wrote: > On Fri, Sep 08, 2017 at 12:55:29AM +0700, Ilia Valiakhmetov wrote: > > --- > > libavcodec/internal.h | 4 > > libavcodec/pthread_slice.c | 33 ++--- > >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/pthread_slice: add main function support for avpriv_slicethread_create()

2017-09-07 Thread Michael Niedermayer
On Fri, Sep 08, 2017 at 12:55:29AM +0700, Ilia Valiakhmetov wrote: > --- > libavcodec/internal.h | 4 > libavcodec/pthread_slice.c | 33 ++--- > libavcodec/thread.h| 1 + > libavutil/slicethread.h| 18 ++ > 4 files changed, 37

[FFmpeg-devel] [PATCH 2/2] avcodec/pthread_slice: add main function support for avpriv_slicethread_create()

2017-09-07 Thread Ilia Valiakhmetov
--- libavcodec/internal.h | 4 libavcodec/pthread_slice.c | 33 ++--- libavcodec/thread.h| 1 + libavutil/slicethread.h| 18 ++ 4 files changed, 37 insertions(+), 19 deletions(-) diff --git a/libavcodec/internal.h