fix trivial compiler warning for last commit

This commit is contained in:
Jeff Lenk 2013-12-27 14:52:52 -06:00
parent de65c19c3c
commit 910c661508
1 changed files with 1 additions and 1 deletions

View File

@ -5638,7 +5638,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;