mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
remove assertion in rtp64_time
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user