diff rdt.h @ 6219:a036426dc8e6 libavformat

Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.
author diego
date Fri, 02 Jul 2010 12:48:32 +0000
parents 80f21f72d7d6
children
line wrap: on
line diff
--- 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,