From af63881735522d7500b72ff81ea6d28f329f8a95 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 24 Feb 2010 18:43:24 +0000 Subject: [PATCH] * expedite: Add 1080p. SVN revision: 46441 --- src/bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.c b/src/bin/main.c index 8a786ec..57f670b 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1208,6 +1208,7 @@ static const Expedite_Resolution resolutions[] = { { "n800", 720 , 420 }, { "pal", 720 , 576 }, { "720p", 1280, 720 }, + { "1080p", 1920, 1080}, { "wsvga", 1024, 600 }, { "wsvga-p", 600 , 1024}, { NULL, 0, 0 }