Ignore:
Timestamp:
Sep 20, 2007 12:38:47 PM (17 years ago)
Author:
bennylp
Message:

Related to ticket #377: fixed bug in incoming RTCP RR handling because the RTCP packet structure has been changed in r1444

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/rtcp.c

    r1445 r1446  
    350350        } 
    351351    } else if (common->pt == RTCP_RR && common->count > 0) 
    352         rr = (pjmedia_rtcp_rr*)(((char*)pkt) +sizeof(pjmedia_rtcp_common) +4); 
     352        rr = (pjmedia_rtcp_rr*)(((char*)pkt) + sizeof(pjmedia_rtcp_common)); 
    353353 
    354354 
Note: See TracChangeset for help on using the changeset viewer.