]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4249 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 25 May 2012 12:54:11 +0000 (07:54 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 25 May 2012 12:54:11 +0000 (07:54 -0500)
libs/stfu/stfu.c

index 5c31133aa8e686dcf593c2abae1b5fdab6a6c80a..787fd9c3d9f2fdb0eb45c7f7b72497e5a4dba191 100644 (file)
@@ -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;
     } 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;
         }