Re: [FFmpeg-devel] [PATCH 1/3] avfilter/vf_unsharp: add 10bit support

2020-10-29 Thread Linjie Fu
On Fri, Oct 30, 2020 at 9:18 AM wrote: > On Thu, Oct 29, 2020 at 09:09:00PM +0800, Linjie Fu wrote: > > On Thu, Oct 29, 2020 at 7:16 PM wrote: > > > > > From: Limin Wang > > > > > > Signed-off-by: Limin Wang > > > --- > > > libavfilter/unsharp.h| 3 + > > > libavfilter/vf_unsharp.c |

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/vf_unsharp: add 10bit support

2020-10-29 Thread lance . lmwang
On Thu, Oct 29, 2020 at 09:09:00PM +0800, Linjie Fu wrote: > On Thu, Oct 29, 2020 at 7:16 PM wrote: > > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavfilter/unsharp.h| 3 + > > libavfilter/vf_unsharp.c | 162 > > +-- > >

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/vf_unsharp: add 10bit support

2020-10-29 Thread Linjie Fu
On Thu, Oct 29, 2020 at 7:16 PM wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavfilter/unsharp.h| 3 + > libavfilter/vf_unsharp.c | 162 > +-- > 2 files changed, 90 insertions(+), 75 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH 1/3] avfilter/vf_unsharp: add 10bit support

2020-10-29 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavfilter/unsharp.h| 3 + libavfilter/vf_unsharp.c | 162 +-- 2 files changed, 90 insertions(+), 75 deletions(-) diff --git a/libavfilter/unsharp.h b/libavfilter/unsharp.h index a60b30f..253e32d