mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
format_ilbc.c comment fix from bkw
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2837 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -47,7 +47,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 ilbc[50]; /* Two Real Speex Frames */
|
||||
unsigned char ilbc[50]; /* One Real iLBC Frame */
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user