mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
try to improve autoflush and other silly audio glitches from edge cases and help FSCORE-416
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14800 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -307,8 +307,8 @@ static switch_status_t timer_sync(switch_timer_t *timer)
|
||||
|
||||
/* apply timestamp */
|
||||
if (timer_step(timer) == SWITCH_STATUS_SUCCESS) {
|
||||
/* push the reference into the future 2 more intervals to prevent collision */
|
||||
private_info->reference += 2;
|
||||
/* push the reference into the future to prevent collision */
|
||||
private_info->reference++;
|
||||
}
|
||||
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
|
Reference in New Issue
Block a user