Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-14 05:56:07 +0400
committerDiego Biurrun <diego@biurrun.de>2011-07-15 04:01:21 +0400
commitad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (patch)
treec65ea18ea8739b3f37fd49dfe1f0372b3c365be2 /libavformat/rtpdec_svq3.c
parent6168781f70ebac7da557207750d14f57c3cd4cb3 (diff)
doxygen: use Doxygen markup for authors and web links where appropriate
Diffstat (limited to 'libavformat/rtpdec_svq3.c')
-rw-r--r--libavformat/rtpdec_svq3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_svq3.c b/libavformat/rtpdec_svq3.c
index 331434245e..4df3e3a3e0 100644
--- a/libavformat/rtpdec_svq3.c
+++ b/libavformat/rtpdec_svq3.c
@@ -22,8 +22,8 @@
/**
* @file
* @brief RTP support for the SV3V (SVQ3) payload
- * (http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization)
* @author Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * @see http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization
*/
#include <string.h>