FS-11222: [core] NACK for multiple packets sends wrong packet after the first one

This commit is contained in:
Mike Jerris 2018-07-09 13:12:56 -04:00 committed by Muteesa Fred
parent bd794e6e08
commit 3e50947295
1 changed files with 1 additions and 1 deletions

View File

@ -6486,7 +6486,7 @@ static switch_status_t process_rtcp_report(switch_rtp_t *rtp_session, rtcp_msg_t
for (i = 0; i < ntohs(extp->header.length) - 2; i++) {
handle_nack(rtp_session, *nack);
handle_nack(rtp_session, nack[i]);
}
//switch_core_media_gen_key_frame(rtp_session->session);