mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@95264 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1051,6 +1051,9 @@ static int video_geom(struct fbuf_t *b, const char *s)
|
|||||||
static struct {
|
static struct {
|
||||||
const char *s; int w; int h;
|
const char *s; int w; int h;
|
||||||
} *fp, formats[] = {
|
} *fp, formats[] = {
|
||||||
|
{"16cif", 1408, 1152 },
|
||||||
|
{"xga", 1024, 768 },
|
||||||
|
{"4cif", 704, 576 },
|
||||||
{"vga", 640, 480 },
|
{"vga", 640, 480 },
|
||||||
{"cif", 352, 288 },
|
{"cif", 352, 288 },
|
||||||
{"qvga", 320, 240 },
|
{"qvga", 320, 240 },
|
||||||
|
Reference in New Issue
Block a user