• Sergey Khripchenko's avatar
    FS-11056: [core] fix RTCP lost calculation · 94038f3c
    Sergey Khripchenko 提交于
    RTCP/Receiver Report/lost field is a _signed_ 24bit integer and it could be negative (in case of UDP duplication)
    + any negatives now threated as huge uint32_t
    + set this field properly on __BIG_ENDIAN
    + correctly read this value in received RTCP on all arches
    94038f3c
switch_rtcp_frame.h 2.7 KB