C
Size: a a a
C
AZ
AZ
C
KK
AZ
AZ
C
AZ
IL
last_ntp_time = rtp_demux_context->last_rtcp_ntp_time;
uint32_t seconds = ((last_ntp_time >> 32) & 0xffffffff)-2208988800;
uint32_t fraction = (last_ntp_time & 0xffffffff);
double useconds = ((double) fraction / 0xffffffff);
*base_time = seconds+useconds;
KK
AZ
IL
IL
CC
CC
AZ
AZ