Re: [FFmpeg-devel] [PATCH 6/7] libavfilter/vf_overlay.c: using the nbits and depth for 8bits and 10bit support

2019-05-25 Thread Lance Wang
On Sat, May 25, 2019 at 7:52 PM Michael Niedermayer wrote: > On Fri, May 24, 2019 at 05:36:15PM +0800, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > --- > > libavfilter/vf_overlay.c | 69 +--- > > 1 file changed, 44 insertions(+), 25

Re: [FFmpeg-devel] [PATCH 6/7] libavfilter/vf_overlay.c: using the nbits and depth for 8bits and 10bit support

2019-05-25 Thread Michael Niedermayer
On Fri, May 24, 2019 at 05:36:15PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > --- > libavfilter/vf_overlay.c | 69 +--- > 1 file changed, 44 insertions(+), 25 deletions(-) breaks build CC libavfilter/vf_overlay.o

[FFmpeg-devel] [PATCH 6/7] libavfilter/vf_overlay.c: using the nbits and depth for 8bits and 10bit support

2019-05-24 Thread lance . lmwang
From: Limin Wang --- libavfilter/vf_overlay.c | 69 +--- 1 file changed, 44 insertions(+), 25 deletions(-) diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c index ee51a54659..8376494efc 100644 --- a/libavfilter/vf_overlay.c +++