From 1544a1e375c76a80084b411d21b0431f95e9cdfb Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Thu, 1 Jun 2017 21:34:28 +0200 Subject: [PATCH] rtp: update doxygen comments after API change --- src/rtp/rtp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rtp/rtp.c b/src/rtp/rtp.c index a2c7d5e..066199d 100644 --- a/src/rtp/rtp.c +++ b/src/rtp/rtp.c @@ -349,6 +349,7 @@ int rtp_listen(struct rtp_sock **rsp, int proto, const struct sa *ip, * Encode a new RTP header into the beginning of the buffer * * @param rs RTP Socket + * @param ext Extension bit * @param marker Marker bit * @param pt Payload type * @param ts Timestamp @@ -414,6 +415,7 @@ int rtp_decode(struct rtp_sock *rs, struct mbuf *mb, * * @param rs RTP Socket * @param dst Destination address + * @param ext Extension bit * @param marker Marker bit * @param pt Payload type * @param ts Timestamp