dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
rizzo 2007-12-28 23:15:11 +00:00
parent 6341df8cbf
commit 026cd63b05
1 changed files with 3 additions and 0 deletions

View File

@ -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 },