From ad8e55c611e4a172a8495d7f7b667bd04973ad81 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Wed, 7 Sep 2011 06:58:41 +0000 Subject: [PATCH] Expedite: Add 480p as a supported resolution SVN revision: 63255 --- src/bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.c b/src/bin/main.c index b4c0bf3..ad63dc6 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -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 },