summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-14 03:56:07 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-15 02:01:21 +0200
commitad4cd0c2a4d7b2c323900a57f24fcf41d53a2410 (patch)
treec65ea18ea8739b3f37fd49dfe1f0372b3c365be2 /libavformat
parent6168781f70ebac7da557207750d14f57c3cd4cb3 (diff)
downloadffmpeg-streaming-ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410.zip
ffmpeg-streaming-ad4cd0c2a4d7b2c323900a57f24fcf41d53a2410.tar.gz
doxygen: use Doxygen markup for authors and web links where appropriate
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/iss.c4
-rw-r--r--libavformat/rl2.c4
-rw-r--r--libavformat/rtpdec_svq3.c2
-rw-r--r--libavformat/rtpdec_vp8.c2
4 files changed, 4 insertions, 8 deletions
diff --git a/libavformat/iss.c b/libavformat/iss.c
index 100066b..7989194 100644
--- a/libavformat/iss.c
+++ b/libavformat/iss.c
@@ -23,9 +23,7 @@
* @file
* Funcom ISS file demuxer
* @author Jaikrishnan Menon
- *
- * For more information on the .iss file format, visit:
- * http://wiki.multimedia.cx/index.php?title=FunCom_ISS
+ * @see http://wiki.multimedia.cx/index.php?title=FunCom_ISS
*/
#include "avformat.h"
diff --git a/libavformat/rl2.c b/libavformat/rl2.c
index 68c1a01..c84e4e1 100644
--- a/libavformat/rl2.c
+++ b/libavformat/rl2.c
@@ -23,9 +23,7 @@
* RL2 file demuxer
* @file
* @author Sascha Sommer (saschasommer@freenet.de)
- *
- * For more information regarding the RL2 file format, visit:
- * http://wiki.multimedia.cx/index.php?title=RL2
+ * @see http://wiki.multimedia.cx/index.php?title=RL2
*
* extradata:
* 2 byte le initial drawing offset within 320x200 viewport
diff --git a/libavformat/rtpdec_svq3.c b/libavformat/rtpdec_svq3.c
index 3314342..4df3e3a 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>
diff --git a/libavformat/rtpdec_vp8.c b/libavformat/rtpdec_vp8.c
index 026728e..d13c398 100644
--- a/libavformat/rtpdec_vp8.c
+++ b/libavformat/rtpdec_vp8.c
@@ -23,7 +23,7 @@
* @file
* @brief RTP support for the VP8 payload
* @author Josh Allmann <joshua.allmann@gmail.com>
- * ( http://www.webmproject.org/code/specs/rtp/ )
+ * @see http://www.webmproject.org/code/specs/rtp/
*/
#include "libavcodec/bytestream.h"
OpenPOWER on IntegriCloud