mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7868 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
018c94df01
commit
ddcae11f55
@ -637,7 +637,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
|
||||
globals.read_frame.datalen = samples * 2;
|
||||
globals.read_frame.samples = samples;
|
||||
|
||||
switch_core_timer_check(&globals.timer);
|
||||
switch_core_timer_check(&globals.timer, SWITCH_TRUE);
|
||||
globals.read_frame.timestamp = globals.timer.samplecount;
|
||||
*frame = &globals.read_frame;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user