From dfe118c2fdcd13ec455b5557058cba80d1209eb1 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 17 Jul 2006 22:36:56 +0000 Subject: [PATCH] Backport buffer increase to 1.2 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@37808 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- formats/format_h263.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formats/format_h263.c b/formats/format_h263.c index e57b9924ca..20a4b63ff6 100644 --- a/formats/format_h263.c +++ b/formats/format_h263.c @@ -58,7 +58,7 @@ struct ast_filestream { 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 */ };