mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
attach/detach should not require to reconfigure
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@204 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
99e7c3cf78
commit
d8c2206df9
1 changed files with 3 additions and 3 deletions
|
|
@ -427,9 +427,9 @@ static void * oss_thread(void *p){
|
|||
free(wtmpbuff);
|
||||
if (rm!=NULL) freemsg(rm);
|
||||
/*reset to default parameters */
|
||||
d->bits=16;
|
||||
d->rate=8000;
|
||||
d->stereo=FALSE;
|
||||
//d->bits=16;
|
||||
//d->rate=8000;
|
||||
//d->stereo=FALSE;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue