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 /libavformat | |
parent | ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (diff) | |
download | ffmpeg-bee6d2fd76015b1ee0d73c5f3500b0a7d0109199.tar.gz |
doxygen: replace @sa tag by the more readable but equivalent @see
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/bethsoftvid.c | 4 | ||||
-rw-r--r-- | libavformat/bfi.c | 2 | ||||
-rw-r--r-- | libavformat/qcp.c | 2 | ||||
-rw-r--r-- | libavformat/soxdec.c | 2 | ||||
-rw-r--r-- | libavformat/soxenc.c | 2 | ||||
-rw-r--r-- | libavformat/tmv.c | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/libavformat/bethsoftvid.c b/libavformat/bethsoftvid.c index 5e6a776824..73564c95fe 100644 --- a/libavformat/bethsoftvid.c +++ b/libavformat/bethsoftvid.c @@ -23,8 +23,8 @@ * @file * @brief Bethesda Softworks VID (.vid) file demuxer * @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/intreadwrite.h" diff --git a/libavformat/bfi.c b/libavformat/bfi.c index bc26d47c9e..72df8b2afb 100644 --- a/libavformat/bfi.c +++ b/libavformat/bfi.c @@ -23,7 +23,7 @@ * @file * @brief Brute Force & Ignorance (.bfi) file demuxer * @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/intreadwrite.h" diff --git a/libavformat/qcp.c b/libavformat/qcp.c index 635d531f44..aefb076e3b 100644 --- a/libavformat/qcp.c +++ b/libavformat/qcp.c @@ -23,7 +23,7 @@ * @file * QCP format (.qcp) demuxer * @author Kenan Gillet - * @sa RFC 3625: "The QCP File Format and Media Types for Speech Data" + * @see RFC 3625: "The QCP File Format and Media Types for Speech Data" * http://tools.ietf.org/html/rfc3625 */ diff --git a/libavformat/soxdec.c b/libavformat/soxdec.c index ca82ef1cca..7661bf1f8f 100644 --- a/libavformat/soxdec.c +++ b/libavformat/soxdec.c @@ -26,7 +26,7 @@ * @file * SoX native format demuxer * @author Daniel Verkamp - * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format + * @see http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format */ #include "libavutil/intreadwrite.h" diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c index e28c479c97..d7afe70aac 100644 --- a/libavformat/soxenc.c +++ b/libavformat/soxenc.c @@ -26,7 +26,7 @@ * @file * SoX native format muxer * @author Daniel Verkamp - * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format + * @see http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format */ #include "libavutil/intreadwrite.h" diff --git a/libavformat/tmv.c b/libavformat/tmv.c index 79a875885e..fe8b64b3dd 100644 --- a/libavformat/tmv.c +++ b/libavformat/tmv.c @@ -23,7 +23,7 @@ * @file * 8088flex TMV file demuxer * @author Daniel Verkamp - * @sa http://www.oldskool.org/pc/8088_Corruption + * @see http://www.oldskool.org/pc/8088_Corruption */ #include "libavutil/intreadwrite.h" |