aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-09 20:13:47 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-09 20:13:47 +0000
commit93759871fc4268063f64070935ec5a145ca0f2ed (patch)
treef15d2579fcc757a82e1922d3d7a5d10bfe5c45fa /include/asterisk/rtp.h
parentc26412b9687d1dd4642aca28477f0f8d85e553e7 (diff)
Move payloadtype back home to rtp.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33349 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/rtp.h')
-rw-r--r--include/asterisk/rtp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index 3bd105169..5334b351c 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -67,19 +67,6 @@ struct ast_rtp_protocol {
typedef int (*ast_rtp_callback)(struct ast_rtp *rtp, struct ast_frame *f, void *data);
-
-/*!
- * \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 [...]"
- *
- */
-/*! \brief The value of each payload format mapping: */
-struct rtpPayloadType {
- int isAstFormat; /*!< whether the following code is an AST_FORMAT */
- int code;
-};
-
/*!
* \brief Get the amount of space required to hold an RTP session
* \return number of bytes required