Changeset 2059 for rat/trunk/rtcp_pckt.c
- Timestamp:
- 10/22/98 16:53:52 (15 years ago)
- Files:
-
- 1 modified
-
rat/trunk/rtcp_pckt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rat/trunk/rtcp_pckt.c
r2055 r2059 496 496 dbe->last_sr = ((dbe->last_ntp_sec & 0xffff) << 16) | (((dbe->last_ntp_frac & 0xffff0000) >> 16) & 0xffffffff); 497 497 dbe->last_sr_rx = real_time; 498 debug_msg("%x %x %x\n", dbe->last_sr, dbe->last_ntp_sec, dbe->last_ntp_frac);499 498 500 499 /* Store the reception statistics for that user... */
