summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2012-05-16 22:36:18 +0200
committeretobi <git@e-tobi.net>2012-05-16 22:36:18 +0200
commit7d20cf5c94b09f7f0d3ac56c416d9629870f0eb8 (patch)
treebff9f158d98ae128f84adec42d4cc6b1544fe2ed /setup.c
parent97b9a19e1a9947eaff462815b907ea7050dfa9d7 (diff)
downloadvdr-plugin-osdpip-7d20cf5c94b09f7f0d3ac56c416d9629870f0eb8.tar.gz
vdr-plugin-osdpip-7d20cf5c94b09f7f0d3ac56c416d9629870f0eb8.tar.bz2
Added some new resolutionsHEADv0.1.2master
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 1dee1b6..00556fa 100644
--- a/setup.c
+++ b/setup.c
@@ -23,7 +23,7 @@
#include "setup.h"
const int kColorDepths = 5;
-const int kSizes = 11;
+const int kSizes = 16;
const int kFrameModes = 3;
const int kFrameDrops = 4;
const int kShowInfoTypes = 4;
@@ -46,6 +46,11 @@ const char * SizeItems[] = {
"260x208",
"280x224",
"300x240",
+ "450x360",
+ "600x480",
+ "320x180",
+ "480x270",
+ "640x360",
NULL
};