diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 15ca4867a..329a273cd 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -4960,6 +4960,9 @@ static MSVideoSizeDef supported_resolutions[]={ #ifdef ENABLE_HD { {MS_VIDEO_SIZE_1080P_W,MS_VIDEO_SIZE_1080P_H} , "1080p" }, { {MS_VIDEO_SIZE_720P_W,MS_VIDEO_SIZE_720P_H} , "720p" }, + { { MS_VIDEO_SIZE_UXGA_W, MS_VIDEO_SIZE_UXGA_H } , "uxga" }, + { { MS_VIDEO_SIZE_SXGA_MINUS_W, MS_VIDEO_SIZE_SXGA_MINUS_H , "sxga-" }, + { { MS_VIDEO_SIZE_XGA_W, MS_VIDEO_SIZE_XGA_H } , "xga" }, #endif { {MS_VIDEO_SIZE_SVGA_W,MS_VIDEO_SIZE_SVGA_H} , "svga" }, { {MS_VIDEO_SIZE_4CIF_W,MS_VIDEO_SIZE_4CIF_H} , "4cif" }, diff --git a/mediastreamer2 b/mediastreamer2 index 9398ac25a..2d30405af 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit 9398ac25a804fa4e6ee9ac0b3ed2774a4fea13ea +Subproject commit 2d30405af1fbfd8192de3ebecdd9db01011b4672