one more for ilbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4350 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9bd118dc28
commit
64133ab31a
|
@ -81,6 +81,8 @@ static switch_status_t switch_ilbc_init(switch_codec_t *codec, switch_codec_flag
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
codec->fmtp_out = switch_core_strdup(codec->memory_pool, codec->implementation->fmtp);
|
||||||
|
|
||||||
codec->private_info = context;
|
codec->private_info = context;
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue