mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix missing QVGA resolution on iPhone
This commit is contained in:
parent
a4204d0079
commit
a23048a65f
1 changed files with 1 additions and 1 deletions
|
|
@ -5121,7 +5121,7 @@ static MSVideoSizeDef supported_resolutions[]={
|
|||
{ { MS_VIDEO_SIZE_IOS_MEDIUM_H, MS_VIDEO_SIZE_IOS_MEDIUM_W } , "ios-medium" },
|
||||
#endif
|
||||
{ { MS_VIDEO_SIZE_CIF_W, MS_VIDEO_SIZE_CIF_H } , "cif" },
|
||||
#if !TARGET_OS_MAC
|
||||
#if !TARGET_OS_MAC || TARGET_OS_IPHONE /* OS_MAC is 1 for iPhone, but we need QVGA */
|
||||
{ { MS_VIDEO_SIZE_QVGA_W, MS_VIDEO_SIZE_QVGA_H } , "qvga" },
|
||||
#endif
|
||||
{ { MS_VIDEO_SIZE_QCIF_W, MS_VIDEO_SIZE_QCIF_H } , "qcif" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue