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/eatqi.c | |
parent | 6168781f70ebac7da557207750d14f57c3cd4cb3 (diff) | |
download | ffmpeg-ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410.tar.gz |
doxygen: use Doxygen markup for authors and web links where appropriate
Diffstat (limited to 'libavcodec/eatqi.c')
-rw-r--r-- | libavcodec/eatqi.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libavcodec/eatqi.c b/libavcodec/eatqi.c index aa96437013..1215fa217b 100644 --- a/libavcodec/eatqi.c +++ b/libavcodec/eatqi.c @@ -22,10 +22,8 @@ /** * @file * Electronic Arts TQI Video Decoder - * by Peter Ross <pross@xvid.org> - * - * Technical details here: - * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI + * @author Peter Ross <pross@xvid.org> + * @see http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI */ #include "avcodec.h" |