Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_edgedetect: add more formats support to canny mode

2018-05-04 Thread Clément Bœsch
On Thu, May 03, 2018 at 03:44:44PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/vf_edgedetect.c | 48 > ++--- > 1 file changed, 28 insertions(+), 20 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH 3/3] avfilter/vf_edgedetect: add more formats support to canny mode

2018-05-03 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_edgedetect.c | 48 ++--- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/libavfilter/vf_edgedetect.c b/libavfilter/vf_edgedetect.c index 6f86115d23..55c4cc3b5a 100644 ---