forked from mirrors/linphone-iphone
new tests file for benchmark
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@353 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
40e07a661c
commit
566bc6f826
1 changed files with 4 additions and 0 deletions
|
|
@ -336,6 +336,10 @@ int main(int argc, char *argv[]){
|
|||
ortp_init();
|
||||
ortp_set_log_level_mask(ORTP_MESSAGE|ORTP_WARNING|ORTP_ERROR|ORTP_FATAL);
|
||||
ms_init();
|
||||
rtp_profile_set_payload(&av_profile,115,&payload_type_lpc1015);
|
||||
rtp_profile_set_payload(&av_profile,110,&payload_type_speex_nb);
|
||||
rtp_profile_set_payload(&av_profile,111,&payload_type_speex_wb);
|
||||
rtp_profile_set_payload(&av_profile,112,&payload_type_ilbc);
|
||||
|
||||
signal(SIGINT,stop);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue