mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
back to VGA for maximum
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@50 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
5f85b9fd21
commit
d992de8dad
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ static int enc_set_br(MSFilter *f, void *arg){
|
|||
d->bitrate=*(int*)arg;
|
||||
|
||||
if (d->bitrate>=1024000){
|
||||
d->vsize=MS_VIDEO_SIZE_4CIF;
|
||||
d->vsize=MS_VIDEO_SIZE_VGA;
|
||||
d->fps=15;
|
||||
}else if (d->bitrate>=384000){
|
||||
d->vsize=MS_VIDEO_SIZE_CIF;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue