Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-08-21 01:12:34 +0400
committerClément Bœsch <ubitux@gmail.com>2012-08-21 01:12:34 +0400
commit3899e4995538a002c49e1e9d204832a3388588c8 (patch)
treeee0e1705976c9650d5b68d10a6121239102fda7b /libavfilter/vf_edgedetect.c
parentddda29b4a70e4f5239a2a913b87dab0977bd49b8 (diff)
lavfi/edgedetect: use "@see" instead of the invalid "@url".
Diffstat (limited to 'libavfilter/vf_edgedetect.c')
-rw-r--r--libavfilter/vf_edgedetect.c2
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"