From 73b2a5ea87649a96e3c850380f8a52eac71d5207 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 18 Nov 2014 17:50:01 -0600 Subject: [PATCH] FS-7500: tmp comment --- src/switch_rtp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 57cc417cf4..db0f487384 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -5188,8 +5188,8 @@ static switch_status_t process_rtcp_packet(switch_rtp_t *rtp_session, switch_siz "RTCP packet bytes %" SWITCH_SIZE_T_FMT " type %d\n", *bytes, rtp_session->rtcp_recv_msg_p->header.type); - - if (rtp_session->flags[SWITCH_RTP_FLAG_VIDEO] && *bytes > 94) { + //DFF + if (0 && rtp_session->flags[SWITCH_RTP_FLAG_VIDEO] && *bytes > 94) { //(rtp_session->rtcp_recv_msg_p->header.type == 205 || //RTPFB //rtp_session->rtcp_recv_msg_p->header.type == 206)) {//PSFB