mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 07:24:55 +00:00
Behold the magic of casting!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71146 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1062,7 +1062,7 @@ struct ast_frame *ast_rtcp_read(struct ast_rtp *rtp)
|
|||||||
rtp->rtcp->reported_jitter,
|
rtp->rtcp->reported_jitter,
|
||||||
(unsigned long) ntohl(rtcpheader[i + 4]) >> 16, ((unsigned long) ntohl(rtcpheader[i + 4]) << 16) * 4096,
|
(unsigned long) ntohl(rtcpheader[i + 4]) >> 16, ((unsigned long) ntohl(rtcpheader[i + 4]) << 16) * 4096,
|
||||||
ntohl(rtcpheader[i + 5])/65536.0,
|
ntohl(rtcpheader[i + 5])/65536.0,
|
||||||
rtt);
|
(unsigned long long)rtt);
|
||||||
} else {
|
} else {
|
||||||
manager_event(EVENT_FLAG_REPORTING, "RTCPReceived", "From %s:%d\r\n"
|
manager_event(EVENT_FLAG_REPORTING, "RTCPReceived", "From %s:%d\r\n"
|
||||||
"PT: %d(%s)\r\n"
|
"PT: %d(%s)\r\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user