mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9689 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6ca93749d0
commit
473235cc53
@ -105,7 +105,7 @@ static switch_status_t tech_init(private_t *tech_pvt, switch_core_session_t *ses
|
|||||||
|
|
||||||
if (codec) {
|
if (codec) {
|
||||||
iananame = codec->implementation->iananame;
|
iananame = codec->implementation->iananame;
|
||||||
rate = codec->implementation->actual_samples_per_second;
|
rate = codec->implementation->samples_per_second;
|
||||||
interval = codec->implementation->microseconds_per_frame / 1000;
|
interval = codec->implementation->microseconds_per_frame / 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user