From c52f943e6efa0dacf2521da37f61484ee5a72aa3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 4 Mar 2014 14:56:06 +0900 Subject: [PATCH] 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},