aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-17 22:36:56 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-17 22:36:56 +0000
commit1b704ed045e47783e90273af8a90e498b017c97d (patch)
treeed5d03c7d63250228c90cda182186cb49ec0d3ab /formats
parentb853a8658dea70b5344466817b23c1a45d585e32 (diff)
Backport buffer increase to 1.2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37808 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rw-r--r--formats/format_h263.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_h263.c b/formats/format_h263.c
index e57b9924c..20a4b63ff 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 */
};