diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-02-03 00:56:27 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-02-03 00:56:27 +0100 |
commit | 9477fa094b89645b3a34ef3bc52c4f18719ab4b3 (patch) | |
tree | 498f03c2d76220b717e928b090d9c2c633750d06 /libavutil | |
parent | 174880f580a6bb84092fcbe0f0ed64e32ca13205 (diff) | |
download | ffmpeg-9477fa094b89645b3a34ef3bc52c4f18719ab4b3.tar.gz |
lavu/timecode: use @see for URL in doxygen.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/timecode.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libavutil/timecode.c b/libavutil/timecode.c index db3c818d7b..ad3f7faa5c 100644 --- a/libavutil/timecode.c +++ b/libavutil/timecode.c @@ -22,9 +22,8 @@ /** * @file * Timecode helpers - * A few references: - * https://en.wikipedia.org/wiki/SMPTE_time_code - * http://www.dropframetimecode.org + * @see https://en.wikipedia.org/wiki/SMPTE_time_code + * @see http://www.dropframetimecode.org */ #include <stdio.h> |