FreeCalypso > hg > themwi-rtp-lib
diff include/endp.h @ 33:e70e7b266f89
hook in RTCP output
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 08 Jul 2024 07:25:19 +0000 |
parents | aa97e77e7de6 |
children | fc77c3482084 |
line wrap: on
line diff
--- a/include/endp.h Mon Jul 08 07:17:38 2024 +0000 +++ b/include/endp.h Mon Jul 08 07:25:19 2024 +0000 @@ -37,7 +37,6 @@ struct twrtp_endp_rtcp_tx { uint32_t last_received; uint32_t last_expected; - uint16_t auto_rtcp_count; }; struct twrtp_endp_stats { @@ -68,6 +67,7 @@ uint8_t *sdes_buf; uint16_t sdes_len; uint16_t auto_rtcp_interval; + uint16_t auto_rtcp_count; /* always have to have stats */ struct twrtp_endp_stats stats; /* bool flags at the end for structure packing optimization */