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:
James Golovich
2004-05-01 04:19:56 +00:00
parent b773853b03
commit c432265ab7

View File

@@ -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 */
};