projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b773853
)
format_ilbc.c comment fix from bkw
author
James Golovich
<james@gnuinter.net>
Sat, 1 May 2004 04:19:56 +0000
(
04:19
+0000)
committer
James Golovich
<james@gnuinter.net>
Sat, 1 May 2004 04:19:56 +0000
(
04:19
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2837
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
formats/format_ilbc.c
patch
|
blob
|
history
diff --git
a/formats/format_ilbc.c
b/formats/format_ilbc.c
index
73bbfdd
..
d4863c7
100755
(executable)
--- a/
formats/format_ilbc.c
+++ b/
formats/format_ilbc.c
@@
-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 */
};