FS-4249 --resolve
This commit is contained in:
parent
d7002351d7
commit
452e1d8271
|
@ -461,7 +461,7 @@ stfu_status_t stfu_n_add_data(stfu_instance_t *i, uint32_t ts, uint32_t pt, void
|
||||||
i->sync_in = 0;
|
i->sync_in = 0;
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if ((ts && ts == i->last_rd_ts + i->samples_per_packet) || (i->last_rd_ts > 4294900000 && ts < 5000)) {
|
if ((ts && ts == i->last_rd_ts + i->samples_per_packet) || (i->last_rd_ts > 4294900000u && ts < 5000)) {
|
||||||
good_ts = 1;
|
good_ts = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue