X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frdt.h;h=19a4a7bc1f7c88203b7d80b5abb88ee70de3b8a7;hb=f27ac6d83c3d90cac49230480a8569a1651763bd;hp=1592c2f02d1e7190ab3a6c58a449f27dc6c7f67e;hpb=302879cb36fe59e7341690d91e0e656b02ba07a1;p=ffmpeg diff --git a/libavformat/rdt.h b/libavformat/rdt.h index 1592c2f02d1..19a4a7bc1f7 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, @@ -96,7 +96,7 @@ int ff_rdt_parse_header(const uint8_t *buf, int len, * Usage similar to rtp_parse_packet(). */ int ff_rdt_parse_packet(RDTDemuxContext *s, AVPacket *pkt, - const uint8_t *buf, int len); + uint8_t **buf, int len); /** * Parse a server-related SDP line.