summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 12:48:32 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 12:48:32 +0000
commit0baf34d844c897c0874cdb9152213a412a6eee72 (patch)
treeb4eee9caab63fbc58238545b42f105d93515edb2 /libavformat
parent58772292c0d4b07819ebe7d8a994f64e6ede922a (diff)
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.
Originally committed as revision 23991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/rdt.c12
-rw-r--r--libavformat/rdt.h2
2 files changed, 7 insertions, 7 deletions
diff --git a/libavformat/rdt.c b/libavformat/rdt.c
index 7dda3f3d75..284665ee1f 100644
--- a/libavformat/rdt.c
+++ b/libavformat/rdt.c
@@ -140,14 +140,14 @@ rdt_load_mdpr (PayloadContext *rdt, AVStream *st, int rule_nr)
/**
* Layout of the MLTI chunk:
- * 4:MLTI
- * 2:<number of streams>
+ * 4: MLTI
+ * 2: number of streams
* Then for each stream ([number_of_streams] times):
- * 2:<mdpr index>
- * 2:<number of mdpr chunks>
+ * 2: mdpr index
+ * 2: number of mdpr chunks
* Then for each mdpr chunk ([number_of_mdpr_chunks] times):
- * 4:<size>
- * [size]:<data>
+ * 4: size
+ * [size]: data
* we skip MDPR chunks until we reach the one of the stream
* we're interested in, and forward that ([size]+[data]) to
* the RM demuxer to parse the stream-specific header data.
diff --git a/libavformat/rdt.h b/libavformat/rdt.h
index 1592c2f02d..8117989d24 100644
--- a/libavformat/rdt.h
+++ b/libavformat/rdt.h
@@ -85,7 +85,7 @@ void ff_rdt_subscribe_rule(char *cmd, int size,
* @param stream_id will be set to the stream ID this packet belongs to
* @param is_keyframe will be whether this packet belongs to a keyframe
* @param timestamp will be set to the timestamp of the packet
- * @return the amount of bytes consumed, or <0 on error
+ * @return the amount of bytes consumed, or negative on error
*/
int ff_rdt_parse_header(const uint8_t *buf, int len,
int *set_id, int *seq_no, int *stream_id,