fix trivial compiler warning for last commit

This commit is contained in:
Jeff Lenk 2013-12-27 14:52:28 -06:00
parent 57184dc20e
commit 7712626a02
1 changed files with 1 additions and 1 deletions

View File

@ -4206,7 +4206,7 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
if (send_msg) {
bytes = datalen;
m = send_msg->header.m;
m = (uint8_t) send_msg->header.m;
if (flags && *flags & SFF_RFC2833) {
send_msg->header.pt = rtp_session->te;