fix trivial compiler warning for last commit
This commit is contained in:
parent
de65c19c3c
commit
910c661508
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue