Re: [FFmpeg-devel] [PATCH] avfilter/vf_delogo: add auto set the area inside of the frame

2019-09-03 Thread Liu Steven
> 在 2019年9月3日,下午3:24,Paul B Mahol 写道: > > On 9/2/19, Steven Liu wrote: >> when the area outside of the frame, then use expr should >> give user warning message and auto set to the area inside of the frame. >> >> Signed-off-by: Steven Liu >> --- >> libavfilter/vf_delogo.c | 14 ++

Re: [FFmpeg-devel] [PATCH] avfilter/vf_delogo: add auto set the area inside of the frame

2019-09-03 Thread Liu Steven
> 在 2019年9月3日,下午3:24,Paul B Mahol 写道: > > On 9/2/19, Steven Liu wrote: >> when the area outside of the frame, then use expr should >> give user warning message and auto set to the area inside of the frame. >> >> Signed-off-by: Steven Liu >> --- >> libavfilter/vf_delogo.c | 14 ++

Re: [FFmpeg-devel] [PATCH] avfilter/vf_delogo: add auto set the area inside of the frame

2019-09-03 Thread Paul B Mahol
On 9/2/19, Steven Liu wrote: > when the area outside of the frame, then use expr should > give user warning message and auto set to the area inside of the frame. > > Signed-off-by: Steven Liu > --- > libavfilter/vf_delogo.c | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git

[FFmpeg-devel] [PATCH] avfilter/vf_delogo: add auto set the area inside of the frame

2019-09-02 Thread Steven Liu
when the area outside of the frame, then use expr should give user warning message and auto set to the area inside of the frame. Signed-off-by: Steven Liu --- libavfilter/vf_delogo.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/libavfilter/vf_delogo.c