diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-02-03 00:55:37 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-02-03 00:55:37 +0100 |
commit | 174880f580a6bb84092fcbe0f0ed64e32ca13205 (patch) | |
tree | 43251bbcc982c626e001ee2a6f5de784ce2e3afe | |
parent | c853124fb0d3b9721008c5bab09462a14899f0cb (diff) | |
download | ffmpeg-174880f580a6bb84092fcbe0f0ed64e32ca13205.tar.gz |
lavfi/thumbnail: rename @url to @see.
@url isn't a valid Doxygen directive.
-rw-r--r-- | libavfilter/vf_thumbnail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_thumbnail.c b/libavfilter/vf_thumbnail.c index 4b1b38b948..fe4a086493 100644 --- a/libavfilter/vf_thumbnail.c +++ b/libavfilter/vf_thumbnail.c @@ -24,7 +24,7 @@ * selection (such as a black frame) we could get with an absolute seek. * * Simplified version of algorithm by Vadim Zaliva <lord@crocodile.org>. - * @url http://notbrainsurgery.livejournal.com/29773.html + * @see http://notbrainsurgery.livejournal.com/29773.html */ #include "avfilter.h" |