remove assertion in rtp64_time

This commit is contained in:
fduncanh
2022-06-16 04:18:08 -04:00
parent 33257a9a1d
commit 15531ccd05

View File

@@ -437,7 +437,7 @@ uint64_t rtp64_time (raop_rtp_t *raop_rtp, const uint32_t *rtp32) {
raop_rtp->rtp_start_time = raop_rtp->rtp_time;
raop_rtp->rtp_clock_started = true;
}
assert(*rtp32 == (uint32_t) raop_rtp->rtp_time);
//assert(*rtp32 == (uint32_t) raop_rtp->rtp_time);
return raop_rtp->rtp_time;
}