From 0baf34d844c897c0874cdb9152213a412a6eee72 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 12:48:32 +0000 Subject: Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. Originally committed as revision 23991 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rdt.h') 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, -- cgit v1.2.3