missing host to network conversion highest_sequence_number_received

This commit is contained in:
jchavanton 2014-09-08 15:29:06 +02:00 committed by Brian West
parent ea973b0b4c
commit 50c62cdfd7
1 changed files with 1 additions and 1 deletions

View File

@ -1912,7 +1912,7 @@ static void rtcp_generate_report_block(switch_rtp_t *rtp_session, struct switch_
stats->cycle, stats->last_rpt_ext_seq&0x0000ffff, stats->last_rpt_cycle, rtp_session->stats.rtcp.peer_ssrc stats->cycle, stats->last_rpt_ext_seq&0x0000ffff, stats->last_rpt_cycle, rtp_session->stats.rtcp.peer_ssrc
); );
#endif #endif
rtcp_report_block->highest_sequence_number_received = stats->high_ext_seq_recv; rtcp_report_block->highest_sequence_number_received = htonl(stats->high_ext_seq_recv);
/* Jitter */ /* Jitter */
rtcp_report_block->jitter = htonl((uint32_t)stats->inter_jitter); rtcp_report_block->jitter = htonl((uint32_t)stats->inter_jitter);