diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-03-04 14:56:06 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-03-04 14:56:06 +0900 |
commit | c52f943e6efa0dacf2521da37f61484ee5a72aa3 (patch) | |
tree | 27b1db04fcf2ad556ccd0dfcd13c12e5af8d2813 | |
parent | 01ff7df1f2e39a50b6a949cd341517bdadcead7b (diff) |
add 1050p mode for output res
-rw-r--r-- | src/bin/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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[] = { | |||
1217 | { "pal", 720 , 576 }, | 1217 | { "pal", 720 , 576 }, |
1218 | { "480p", 720 , 480 }, | 1218 | { "480p", 720 , 480 }, |
1219 | { "720p", 1280, 720 }, | 1219 | { "720p", 1280, 720 }, |
1220 | { "1050p", 1680, 1050}, | ||
1220 | { "1080p", 1920, 1080}, | 1221 | { "1080p", 1920, 1080}, |
1221 | { "wsvga", 1024, 600 }, | 1222 | { "wsvga", 1024, 600 }, |
1222 | { "wsvga-p", 600 , 1024}, | 1223 | { "wsvga-p", 600 , 1024}, |