mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-6891 FS-6713 #comment revert 1b612fecb6
This commit is contained in:
committed by
Ken Rice
parent
3c0e57940e
commit
eac1c64058
@@ -1414,7 +1414,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_write_frame(switch_core_sess
|
||||
switch_time_t tdiff = diff;
|
||||
|
||||
while(tdiff > 1) {
|
||||
switch_buffer_write(bp->raw_write_buffer, fill_data, len);
|
||||
switch_buffer_write(bp->raw_read_buffer, fill_data, len);
|
||||
tdiff--;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user