[FFmpeg-cvslog] lavfi/thumbnail: rename @url to @see.
Clément Bœsch
git at videolan.org
Fri Feb 3 00:56:47 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri Feb 3 00:55:37 2012 +0100| [174880f580a6bb84092fcbe0f0ed64e32ca13205] | committer: Clément Bœsch
lavfi/thumbnail: rename @url to @see.
@url isn't a valid Doxygen directive.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=174880f580a6bb84092fcbe0f0ed64e32ca13205
---
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 4b1b38b..fe4a086 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 at crocodile.org>.
- * @url http://notbrainsurgery.livejournal.com/29773.html
+ * @see http://notbrainsurgery.livejournal.com/29773.html
*/
#include "avfilter.h"
More information about the ffmpeg-cvslog
mailing list