[FFmpeg-cvslog] lavfi/edgedetect: use "@see" instead of the invalid "@url".
Clément Bœsch
git at videolan.org
Mon Aug 20 23:07:10 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Mon Aug 20 23:12:34 2012 +0200| [3899e4995538a002c49e1e9d204832a3388588c8] | committer: Clément Bœsch
lavfi/edgedetect: use "@see" instead of the invalid "@url".
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3899e4995538a002c49e1e9d204832a3388588c8
---
libavfilter/vf_edgedetect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_edgedetect.c b/libavfilter/vf_edgedetect.c
index ebe090d..5902c51 100644
--- a/libavfilter/vf_edgedetect.c
+++ b/libavfilter/vf_edgedetect.c
@@ -22,7 +22,7 @@
* @file
* Edge detection filter
*
- * @url https://en.wikipedia.org/wiki/Canny_edge_detector
+ * @see https://en.wikipedia.org/wiki/Canny_edge_detector
*/
#include "libavutil/opt.h"
More information about the ffmpeg-cvslog
mailing list