From: Automerge script Date: Mon, 17 Jul 2006 23:02:47 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.11-netsec~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d70ecfe81d1166e74bd4d2e69f9735aad4fbb9d;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@37826 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 */ };