mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 22:27:07 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user