]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Mon, 17 Jul 2006 23:02:47 +0000 (23:02 +0000)
committerAutomerge script <automerge@asterisk.org>
Mon, 17 Jul 2006 23:02:47 +0000 (23:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@37826 65c4cc65-6c06-0410-ace0-fbb531ad65f3

formats/format_h263.c

index e57b9924ca867352dd82328a2f05b90a591027cc..20a4b63ff642066926193fb0c7e9b2b25fbc1a3d 100644 (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 */
 };