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/tmv.c | |
parent | ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (diff) | |
download | ffmpeg-bee6d2fd76015b1ee0d73c5f3500b0a7d0109199.tar.gz |
doxygen: replace @sa tag by the more readable but equivalent @see
Diffstat (limited to 'libavformat/tmv.c')
-rw-r--r-- | libavformat/tmv.c | 2 |
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" |