projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b33a01
)
Add a few entries up to 1408x1152 in the table of known video resolutions.
author
Luigi Rizzo
<rizzo@icir.org>
Fri, 28 Dec 2007 23:15:11 +0000
(23:15 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Fri, 28 Dec 2007 23:15:11 +0000
(23:15 +0000)
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
channels/console_video.c
patch
|
blob
|
history
diff --git
a/channels/console_video.c
b/channels/console_video.c
index
7001fae
..
3c1a7f3
100644
(file)
--- 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 },