summaryrefslogtreecommitdiff
path: root/libavformat/bethsoftvid.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-15 00:45:23 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-15 02:01:22 +0200
commitbee6d2fd76015b1ee0d73c5f3500b0a7d0109199 (patch)
treea43302d4d49c3b9d7bf8e8036ba3cc95ca5ff3a9 /libavformat/bethsoftvid.c
parentad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (diff)
doxygen: replace @sa tag by the more readable but equivalent @see
Diffstat (limited to 'libavformat/bethsoftvid.c')
-rw-r--r--libavformat/bethsoftvid.c4
1 files changed, 2 insertions, 2 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"