comparison 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
comparison
equal deleted inserted replaced
6218:3f6559c501e3 6219:a036426dc8e6
83 * @param set_id will be set to the set ID this packet belongs to 83 * @param set_id will be set to the set ID this packet belongs to
84 * @param seq_no will be set to the sequence number of the packet 84 * @param seq_no will be set to the sequence number of the packet
85 * @param stream_id will be set to the stream ID this packet belongs to 85 * @param stream_id will be set to the stream ID this packet belongs to
86 * @param is_keyframe will be whether this packet belongs to a keyframe 86 * @param is_keyframe will be whether this packet belongs to a keyframe
87 * @param timestamp will be set to the timestamp of the packet 87 * @param timestamp will be set to the timestamp of the packet
88 * @return the amount of bytes consumed, or <0 on error 88 * @return the amount of bytes consumed, or negative on error
89 */ 89 */
90 int ff_rdt_parse_header(const uint8_t *buf, int len, 90 int ff_rdt_parse_header(const uint8_t *buf, int len,
91 int *set_id, int *seq_no, int *stream_id, 91 int *set_id, int *seq_no, int *stream_id,
92 int *is_keyframe, uint32_t *timestamp); 92 int *is_keyframe, uint32_t *timestamp);
93 93