Fix missing QVGA resolution on iPhone

This commit is contained in:
Guillaume BIENKOWSKI 2014-02-10 11:24:11 +01:00
parent a4204d0079
commit a23048a65f

View file

@ -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" },