Re: [FFmpeg-devel] [PATCH 1/3] avfilter/vf_edgedetect: add canny mode

2018-05-04 Thread Clément Bœsch
On Thu, May 03, 2018 at 03:44:42PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi| 3 +++ > libavfilter/vf_edgedetect.c | 5 + > 2 files changed, 8 insertions(+) > > diff --git a/doc/filters.texi b/doc/filters.texi > index

[FFmpeg-devel] [PATCH 1/3] avfilter/vf_edgedetect: add canny mode

2018-05-03 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi| 3 +++ libavfilter/vf_edgedetect.c | 5 + 2 files changed, 8 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 218f30ef5f..29b5a5b15f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@