add a resolution option 720p-p

This commit is contained in:
Hermet Park 2019-12-24 18:34:12 +09:00 committed by Cedric BAIL
parent 1804ba6a5b
commit 91ce527eb4
1 changed files with 1 additions and 0 deletions

View File

@ -1162,6 +1162,7 @@ static const Expedite_Resolution resolutions[] = {
{ "pal", 720 , 576 },
{ "480p", 720 , 480 },
{ "720p", 1280, 720 },
{ "720p-p", 720, 1280 },
{ "1050p", 1680, 1050},
{ "1080p", 1920, 1080},
{ "wsvga", 1024, 600 },