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