[asterisk-commits] branch 1.2 r37808 - /branches/1.2/formats/format_h263.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Jul 17 15:36:57 MST 2006


Author: tilghman
Date: Mon Jul 17 17:36:56 2006
New Revision: 37808

URL: http://svn.digium.com/view/asterisk?rev=37808&view=rev
Log:
Backport buffer increase to 1.2

Modified:
    branches/1.2/formats/format_h263.c

Modified: branches/1.2/formats/format_h263.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/formats/format_h263.c?rev=37808&r1=37807&r2=37808&view=diff
==============================================================================
--- branches/1.2/formats/format_h263.c (original)
+++ branches/1.2/formats/format_h263.c Mon Jul 17 17:36:56 2006
@@ -58,7 +58,7 @@
 	struct ast_frame fr;				/* Frame information */
 	char waste[AST_FRIENDLY_OFFSET];	/* Buffer for sending frames, etc */
 	char empty;							/* Empty character */
-	unsigned char h263[4096];				/* Two Real h263 Frames */
+	unsigned char h263[32768];				/* Four real h263 Frames */
 };
 
 



More information about the asterisk-commits mailing list