summaryrefslogtreecommitdiff
path: root/include/asterisk/mod_format.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-04-03 07:49:05 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-04-03 07:49:05 +0000
commit0e6140c564e8c1376a1a069f8d6d1338e019e6ea (patch)
treeb0fefba24c2a34bdde2fdd9b0d52a113371a25ed /include/asterisk/mod_format.h
parentcbf80c1a3c6c0aa0ad6b9b7bdf4862f1cf3141d6 (diff)
Use a 32k file buffer on recordings, which increases the efficiency of file recording.
(closes issue #11962) Reported by: garlew Patches: recording.patch uploaded by garlew (license 376) bug-11962.diff uploaded by snuffy (license 35) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112564 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/mod_format.h')
-rw-r--r--include/asterisk/mod_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/mod_format.h b/include/asterisk/mod_format.h
index c51bf681c..f415b2b6b 100644
--- a/include/asterisk/mod_format.h
+++ b/include/asterisk/mod_format.h
@@ -117,6 +117,7 @@ struct ast_filestream {
char *buf; /*!< buffer pointed to by ast_frame; */
void *_private; /*!< pointer to private buffer */
const char *orig_chan_name;
+ char *write_buffer;
};
/*!