aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/rtp.h')
-rw-r--r--include/asterisk/rtp.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index c64f76684..3b19da0cc 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -16,10 +16,10 @@
* at the top of the source tree.
*/
-/*!
+/*!
* \file rtp.h
* \brief Supports RTP and RTCP with Symmetric RTP support for NAT traversal.
- *
+ *
* RTP is defined in RFC 3550.
*/
@@ -62,9 +62,9 @@ struct ast_rtp_protocol {
/*!
* \brief Structure representing a RTP session.
- *
+ *
* RTP session is defined on page 9 of RFC 3550: "An association among a set of participants communicating with RTP. A participant may be involved in multiple RTP sessions at the same time [...]"
- *
+ *
*/
struct ast_rtp;
@@ -72,7 +72,7 @@ typedef int (*ast_rtp_callback)(struct ast_rtp *rtp, struct ast_frame *f, void *
/*!
* \brief Initializate a RTP session.
- *
+ *
* \param sched
* \param io
* \param rtcpenable
@@ -83,9 +83,9 @@ struct ast_rtp *ast_rtp_new(struct sched_context *sched, struct io_context *io,
/*!
* \brief Initializate a RTP session using an in_addr structure.
- *
+ *
* This fuction gets called by ast_rtp_new().
- *
+ *
* \param sched
* \param io
* \param rtcpenable