Add XGA, SXGA− and UXGA to the list of supported HD resolutions.

This commit is contained in:
Ghislain MARY 2013-07-08 15:29:47 +02:00
parent bdd9839dea
commit d8469f7074
2 changed files with 4 additions and 1 deletions

View file

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

@ -1 +1 @@
Subproject commit 9398ac25a804fa4e6ee9ac0b3ed2774a4fea13ea
Subproject commit 2d30405af1fbfd8192de3ebecdd9db01011b4672