diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-14 03:56:07 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-15 02:01:21 +0200 |
commit | ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (patch) | |
tree | c65ea18ea8739b3f37fd49dfe1f0372b3c365be2 /libavcodec/tta.c | |
parent | 6168781f70ebac7da557207750d14f57c3cd4cb3 (diff) | |
download | ffmpeg-ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410.tar.gz |
doxygen: use Doxygen markup for authors and web links where appropriate
Diffstat (limited to 'libavcodec/tta.c')
-rw-r--r-- | libavcodec/tta.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 57f5818d7b..001b1197b6 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -22,9 +22,9 @@ /** * @file * TTA (The Lossless True Audio) decoder - * (www.true-audio.com or tta.corecodec.org) + * @see http://www.true-audio.com/ + * @see http://tta.corecodec.org/ * @author Alex Beregszaszi - * */ #define ALT_BITSTREAM_READER_LE |