cleanup initial audio sync; now use 64-bit rpt time to avoid epoch issues

This commit is contained in:
fduncanh
2022-06-13 18:06:45 -04:00
parent 1a01a4694b
commit cf89f4b7d2
4 changed files with 101 additions and 87 deletions

View File

@@ -30,7 +30,6 @@ typedef struct {
int data_len;
uint64_t ntp_time;
uint64_t rtp_time;
bool have_synced;
} audio_decode_struct;
#endif //AIRPLAYSERVER_STREAM_H