aboutsummaryrefslogtreecommitdiffstats
path: root/channels/console_video.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-28 23:15:11 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-28 23:15:11 +0000
commit026cd63b05f2ec9a24d14c8bd3d43995a7a3ec6f (patch)
tree6d61f26c4c49a6140ed74179f3bfb948fc3a7f28 /channels/console_video.c
parent6341df8cbffaf7fd21e95073020556254f09df9b (diff)
Add a few entries up to 1408x1152 in the table of known video resolutions.
This makes it very convenient to enlarge images using the right-click on the video window. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95264 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/console_video.c')
-rw-r--r--channels/console_video.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/console_video.c b/channels/console_video.c
index 7001fae21..3c1a7f3f4 100644
--- a/channels/console_video.c
+++ b/channels/console_video.c
@@ -1051,6 +1051,9 @@ static int video_geom(struct fbuf_t *b, const char *s)
static struct {
const char *s; int w; int h;
} *fp, formats[] = {
+ {"16cif", 1408, 1152 },
+ {"xga", 1024, 768 },
+ {"4cif", 704, 576 },
{"vga", 640, 480 },
{"cif", 352, 288 },
{"qvga", 320, 240 },