Expedite: Add 480p as a supported resolution
SVN revision: 63255
This commit is contained in:
parent
3889c081cd
commit
ad8e55c611
|
@ -1204,6 +1204,7 @@ static const Expedite_Resolution resolutions[] = {
|
|||
{ "wxga-p", 768 , 1280},
|
||||
{ "n800", 720 , 420 },
|
||||
{ "pal", 720 , 576 },
|
||||
{ "480p", 720 , 480 },
|
||||
{ "720p", 1280, 720 },
|
||||
{ "1080p", 1920, 1080},
|
||||
{ "wsvga", 1024, 600 },
|
||||
|
|
Loading…
Reference in New Issue