[asterisk-commits] rizzo: trunk r95264 - /trunk/channels/console_video.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Dec 28 17:15:12 CST 2007


Author: rizzo
Date: Fri Dec 28 17:15:11 2007
New Revision: 95264

URL: http://svn.digium.com/view/asterisk?view=rev&rev=95264
Log:
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.


Modified:
    trunk/channels/console_video.c

Modified: trunk/channels/console_video.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/console_video.c?view=diff&rev=95264&r1=95263&r2=95264
==============================================================================
--- trunk/channels/console_video.c (original)
+++ trunk/channels/console_video.c Fri Dec 28 17:15:11 2007
@@ -1051,6 +1051,9 @@
 	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 },




More information about the asterisk-commits mailing list