Re: [FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-09 Thread myp...@gmail.com
On Fri, Aug 10, 2018 at 3:06 AM James Almer wrote: > > On 8/9/2018 4:06 AM, Jun Zhao wrote: > > add add ONLY_IF_THREADS_ENABLED where it is missing. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/hevcdec.c |8 ++-- > > 1 files changed, 6 insertions(+), 2 deletions(-) > > > > diff

Re: [FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-09 Thread James Almer
On 8/9/2018 4:06 AM, Jun Zhao wrote: > add add ONLY_IF_THREADS_ENABLED where it is missing. > > Signed-off-by: Jun Zhao > --- > libavcodec/hevcdec.c |8 ++-- > 1 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c > index 409e77f..

[FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-09 Thread Jun Zhao
add add ONLY_IF_THREADS_ENABLED where it is missing. Signed-off-by: Jun Zhao --- libavcodec/hevcdec.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 409e77f..a3b5c8c 100644 --- a/libavcodec/hevcdec.c +++ b/libavco

Re: [FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-08 Thread myp...@gmail.com
On Wed, Aug 8, 2018 at 9:50 PM James Almer wrote: > On 8/8/2018 7:56 AM, Jun Zhao wrote: > > add add ONLY_IF_THREADS_ENABLED where it is missing. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/hevcdec.c |4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git

Re: [FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-08 Thread James Almer
On 8/8/2018 7:56 AM, Jun Zhao wrote: > add add ONLY_IF_THREADS_ENABLED where it is missing. > > Signed-off-by: Jun Zhao > --- > libavcodec/hevcdec.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c > index 409e77f..fec9

[FFmpeg-devel] [PATCH] lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.

2018-08-08 Thread Jun Zhao
add add ONLY_IF_THREADS_ENABLED where it is missing. Signed-off-by: Jun Zhao --- libavcodec/hevcdec.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 409e77f..fec9218 100644 --- a/libavcodec/hevcdec.c +++ b/libavcodec/