Need actual offset space (bug #2076)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3469 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-07-18 15:58:57 +00:00
parent 449bef5a36
commit d9be9eb5a8
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ struct playtones_state {
int pos;
int origwfmt;
struct ast_frame f;
unsigned char offset[AST_FRIENDLY_OFFSET];
short data[4000];
};