Browse Source

period time calculation error for 128 samples

pull/450/head
Christoph Kuhr 7 years ago
parent
commit
f2d8974eaa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      linux/avb/listener_mediaclock.c

+ 1
- 0
linux/avb/listener_mediaclock.c View File

@@ -167,6 +167,7 @@ uint64_t mediaclock_listener_wait_recv_ts( FILE* filepointer, ieee1722_avtp_driv
} else {
adjust_packet_time_ns = 125000;//ipg_to_last_packet_ns;
}
fprintf(filepointer, "adjust time %lld ns\n", adjust_packet_time_ns);fflush(filepointer);

return adjust_packet_time_ns;
}


Loading…
Cancel
Save