raster pushed a commit to branch master. http://git.enlightenment.org/tools/expedite.git/commit/?id=c52f943e6efa0dacf2521da37f61484ee5a72aa3
commit c52f943e6efa0dacf2521da37f61484ee5a72aa3 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Mar 4 14:56:06 2014 +0900 add 1050p mode for output res --- src/bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.c b/src/bin/main.c index dc8b6a8..432cceb 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1217,6 +1217,7 @@ static const Expedite_Resolution resolutions[] = { { "pal", 720 , 576 }, { "480p", 720 , 480 }, { "720p", 1280, 720 }, + { "1050p", 1680, 1050}, { "1080p", 1920, 1080}, { "wsvga", 1024, 600 }, { "wsvga-p", 600 , 1024}, --
