Backport buffer increase to 1.2

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@37808 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-07-17 22:36:56 +00:00
parent f23368365a
commit dfe118c2fd

View File

@@ -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 */
};