Re: [FFmpeg-devel] [PATCH] vf_tonemap.c: Support for slice thread for performance

2019-05-05 Thread Paul B Mahol
On 5/5/19, lance.lmw...@gmail.com wrote: > From: Limin Wang > > --- > libavfilter/vf_tonemap.c | 109 +-- > 1 file changed, 81 insertions(+), 28 deletions(-) > > diff --git a/libavfilter/vf_tonemap.c b/libavfilter/vf_tonemap.c > index efd4af5466..0b26dd5e7f

[FFmpeg-devel] [PATCH] vf_tonemap.c: Support for slice thread for performance

2019-05-05 Thread lance . lmwang
From: Limin Wang --- libavfilter/vf_tonemap.c | 109 +-- 1 file changed, 81 insertions(+), 28 deletions(-) diff --git a/libavfilter/vf_tonemap.c b/libavfilter/vf_tonemap.c index efd4af5466..0b26dd5e7f 100644 --- a/libavfilter/vf_tonemap.c +++