mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
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:
@@ -58,7 +58,7 @@ struct ast_filestream {
|
|||||||
struct ast_frame fr; /* Frame information */
|
struct ast_frame fr; /* Frame information */
|
||||||
char waste[AST_FRIENDLY_OFFSET]; /* Buffer for sending frames, etc */
|
char waste[AST_FRIENDLY_OFFSET]; /* Buffer for sending frames, etc */
|
||||||
char empty; /* Empty character */
|
char empty; /* Empty character */
|
||||||
unsigned char h263[4096]; /* Two Real h263 Frames */
|
unsigned char h263[32768]; /* Four real h263 Frames */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user