summaryrefslogtreecommitdiff
path: root/libavformat/tmv.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/tmv.c
parentad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (diff)
doxygen: replace @sa tag by the more readable but equivalent @see
Diffstat (limited to 'libavformat/tmv.c')
-rw-r--r--libavformat/tmv.c2
1 files changed, 1 insertions, 1 deletions
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"