mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
add 4CIF detectio
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@49 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
476d083247
commit
5f85b9fd21
1 changed files with 4 additions and 2 deletions
|
|
@ -601,8 +601,10 @@ static int v4l_configure(V4lState *s)
|
|||
if (!try_size(s,MS_VIDEO_SIZE_CIF)) {
|
||||
if (!try_size(s,MS_VIDEO_SIZE_QCIF)) {
|
||||
if (!try_size(s,MS_VIDEO_SIZE_QVGA)) {
|
||||
if (!try_size(s,MS_VIDEO_SIZE_1024)) {
|
||||
return -1;
|
||||
if (!try_size(s,MS_VIDEO_SIZE_4CIF)) {
|
||||
if (!try_size(s,MS_VIDEO_SIZE_1024)) {
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue