mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
remove old code that does not work anymore.
TODO: I would prefer to resend conf regularly. git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@442 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
f99392121e
commit
8fc531eb54
1 changed files with 0 additions and 7 deletions
|
|
@ -301,12 +301,6 @@ static void packetize_and_send(MSFilter *f, EncState *s, mblk_t *om, uint32_t ti
|
|||
}
|
||||
|
||||
bool_t need_send_conf(EncState *s, uint64_t elapsed){
|
||||
#ifdef AMD_HACK
|
||||
if (elapsed<5000 && elapsed>=s->conf_time){
|
||||
s->conf_time+=500;
|
||||
return TRUE;
|
||||
}
|
||||
#else
|
||||
/*send immediately then 10 seconds later */
|
||||
if ( (elapsed==0 && s->conf_time==0)
|
||||
|| (elapsed>=3000 && s->conf_time==1)
|
||||
|
|
@ -314,7 +308,6 @@ bool_t need_send_conf(EncState *s, uint64_t elapsed){
|
|||
s->conf_time++;
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue