tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7305 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2f6eed02c0
commit
72fb6b2cdf
|
@ -1832,7 +1832,7 @@ SWITCH_DECLARE(int) switch_rtp_write_frame(switch_rtp_t *rtp_session, switch_fra
|
|||
} else {
|
||||
data = frame->data;
|
||||
len = frame->datalen;
|
||||
ts = frame->timestamp;
|
||||
ts = (uint32_t)frame->timestamp;
|
||||
}
|
||||
|
||||
return rtp_common_write(rtp_session, send_msg, data, len, payload, ts, &frame->flags);
|
||||
|
|
Loading…
Reference in New Issue