mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:43:05 +00:00
remove extra ";"
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@798 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
9a503e386e
commit
59c6549cd5
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ static void player_uninit(MSFilter *f){
|
|||
|
||||
static void player_process(MSFilter *f){
|
||||
PlayerData *d=(PlayerData*)f->data;
|
||||
int bytes =d->big_buffer * 2*(f->ticker->interval*d->rate*d->nchannels)/1000;;
|
||||
int bytes =d->big_buffer * 2*(f->ticker->interval*d->rate*d->nchannels)/1000;
|
||||
|
||||
if (d->big_buffer>1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue