Payload and RTP code are must remain separate since in non-Asterisk format cases they differ.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370860 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2012-08-07 19:59:51 +00:00
parent ca68390f0b
commit 8c5333f34e
2 changed files with 13 additions and 9 deletions

View File

@@ -236,7 +236,8 @@ struct ast_rtp_payload_type {
struct ast_format format;
/*! Actual internal RTP specific value of the payload */
int rtp_code;
/*! Actual payload number */
int payload;
};
/*! Structure that represents statistics from an RTP instance */