diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-08-20 23:12:34 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-08-20 23:12:34 +0200 |
commit | 3899e4995538a002c49e1e9d204832a3388588c8 (patch) | |
tree | ee0e1705976c9650d5b68d10a6121239102fda7b | |
parent | ddda29b4a70e4f5239a2a913b87dab0977bd49b8 (diff) | |
download | ffmpeg-3899e4995538a002c49e1e9d204832a3388588c8.tar.gz |
lavfi/edgedetect: use "@see" instead of the invalid "@url".
-rw-r--r-- | libavfilter/vf_edgedetect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_edgedetect.c b/libavfilter/vf_edgedetect.c index ebe090d7f6..5902c51c01 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" |