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:
574d378
)
LPC fix
author
Mark Spencer
<markster@digium.com>
Sat, 18 Sep 2004 13:56:28 +0000
(13:56 +0000)
committer
Mark Spencer
<markster@digium.com>
Sat, 18 Sep 2004 13:56:28 +0000
(13:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3804
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
rtp.c
patch
|
blob
|
history
diff --git
a/rtp.c
b/rtp.c
index
6095100
..
fff3dee
100755
(executable)
--- a/
rtp.c
+++ b/
rtp.c
@@
-554,7
+554,7
@@
struct ast_frame *ast_rtp_read(struct ast_rtp *rtp)
break;
case AST_FORMAT_LPC10:
rtp->f.samples = 22 * 8;
- rtp->f.samples += (((char *)(f->data))[7] & 0x1) * 8;
+ rtp->f.samples += (((char *)(rtp->f.data))[7] & 0x1) * 8;
break;
default:
ast_log(LOG_NOTICE, "Unable to calculate samples for format %s\n", ast_getformatname(rtp->f.subclass));