1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-06-11 06:51:07 +00:00

FS-4249 --resolve

This commit is contained in:
Anthony Minessale 2012-05-25 07:54:11 -05:00
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;
} }