# HG changeset patch # User diego # Date 1278074912 0 # Node ID a036426dc8e64594b336b50ee8ecad807f8afbf8 # Parent 3f6559c501e377743d103f2600c939f8cec8a500 Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. diff -r 3f6559c501e3 -r a036426dc8e6 rdt.c --- a/rdt.c Fri Jul 02 11:46:29 2010 +0000 +++ b/rdt.c Fri Jul 02 12:48:32 2010 +0000 @@ -140,14 +140,14 @@ /** * Layout of the MLTI chunk: - * 4:MLTI - * 2: + * 4: MLTI + * 2: number of streams * Then for each stream ([number_of_streams] times): - * 2: - * 2: + * 2: mdpr index + * 2: number of mdpr chunks * Then for each mdpr chunk ([number_of_mdpr_chunks] times): - * 4: - * [size]: + * 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 -r 3f6559c501e3 -r a036426dc8e6 rdt.h --- a/rdt.h Fri Jul 02 11:46:29 2010 +0000 +++ b/rdt.h Fri Jul 02 12:48:32 2010 +0000 @@ -85,7 +85,7 @@ * @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,