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 | |
parent | ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (diff) | |
download | ffmpeg-bee6d2fd76015b1ee0d73c5f3500b0a7d0109199.tar.gz |
doxygen: replace @sa tag by the more readable but equivalent @see
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/bethsoftvideo.c | 4 | ||||
-rw-r--r-- | libavcodec/bfi.c | 2 | ||||
-rw-r--r-- | libavcodec/cdgraphics.c | 4 | ||||
-rw-r--r-- | libavcodec/pcxenc.c | 2 | ||||
-rw-r--r-- | libavcodec/tmv.c | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/libavcodec/bethsoftvideo.c b/libavcodec/bethsoftvideo.c index d294bbfe74..bd21dbff63 100644 --- a/libavcodec/bethsoftvideo.c +++ b/libavcodec/bethsoftvideo.c @@ -23,8 +23,8 @@ * @file * @brief Bethesda Softworks VID Video Decoder * @author Nicholas Tung [ntung (at. ntung com] (2007-03) - * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID - * @sa http://www.svatopluk.com/andux/docs/dfvid.html + * @see http://wiki.multimedia.cx/index.php?title=Bethsoft_VID + * @see http://www.svatopluk.com/andux/docs/dfvid.html */ #include "libavutil/common.h" diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c index c97dfe2dc0..3c66226041 100644 --- a/libavcodec/bfi.c +++ b/libavcodec/bfi.c @@ -23,7 +23,7 @@ * @file * @brief Brute Force & Ignorance (.bfi) video decoder * @author Sisir Koppaka ( sisir.koppaka at gmail dot com ) - * @sa http://wiki.multimedia.cx/index.php?title=BFI + * @see http://wiki.multimedia.cx/index.php?title=BFI */ #include "libavutil/common.h" 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 diff --git a/libavcodec/pcxenc.c b/libavcodec/pcxenc.c index 2df84afa38..6d17987d03 100644 --- a/libavcodec/pcxenc.c +++ b/libavcodec/pcxenc.c @@ -23,7 +23,7 @@ * @file * PCX image encoder * @author Daniel Verkamp - * @sa http://www.qzx.com/pc-gpe/pcx.txt + * @see http://www.qzx.com/pc-gpe/pcx.txt */ #include "avcodec.h" diff --git a/libavcodec/tmv.c b/libavcodec/tmv.c index d540182ada..870f57159c 100644 --- a/libavcodec/tmv.c +++ b/libavcodec/tmv.c @@ -23,7 +23,7 @@ * @file * 8088flex TMV video decoder * @author Daniel Verkamp - * @sa http://www.oldskool.org/pc/8088_Corruption + * @see http://www.oldskool.org/pc/8088_Corruption */ #include "avcodec.h" |