diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-15 00:45:23 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-15 02:01:22 +0200 |
commit | bee6d2fd76015b1ee0d73c5f3500b0a7d0109199 (patch) | |
tree | a43302d4d49c3b9d7bf8e8036ba3cc95ca5ff3a9 /libavcodec/cdgraphics.c | |
parent | ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (diff) | |
download | ffmpeg-bee6d2fd76015b1ee0d73c5f3500b0a7d0109199.tar.gz |
doxygen: replace @sa tag by the more readable but equivalent @see
Diffstat (limited to 'libavcodec/cdgraphics.c')
-rw-r--r-- | libavcodec/cdgraphics.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/cdgraphics.c b/libavcodec/cdgraphics.c index 2f8e98ca3d..9e3f19a5f7 100644 --- a/libavcodec/cdgraphics.c +++ b/libavcodec/cdgraphics.c @@ -26,8 +26,8 @@ * @file * @brief CD Graphics Video Decoder * @author Michael Tison - * @sa http://wiki.multimedia.cx/index.php?title=CD_Graphics - * @sa http://www.ccs.neu.edu/home/bchafy/cdb/info/cdg + * @see http://wiki.multimedia.cx/index.php?title=CD_Graphics + * @see http://www.ccs.neu.edu/home/bchafy/cdb/info/cdg */ /// default screen sizes |