diff options
author | etobi <git@e-tobi.net> | 2012-05-16 22:36:18 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2012-05-16 22:36:18 +0200 |
commit | 7d20cf5c94b09f7f0d3ac56c416d9629870f0eb8 (patch) | |
tree | bff9f158d98ae128f84adec42d4cc6b1544fe2ed /setup.c | |
parent | 97b9a19e1a9947eaff462815b907ea7050dfa9d7 (diff) | |
download | vdr-plugin-osdpip-7d20cf5c94b09f7f0d3ac56c416d9629870f0eb8.tar.gz vdr-plugin-osdpip-7d20cf5c94b09f7f0d3ac56c416d9629870f0eb8.tar.bz2 |
Diffstat (limited to 'setup.c')
-rw-r--r-- | setup.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 }; |