summaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-frame.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-01-27 00:15:33 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-01-27 00:15:33 +0000
commitf644d74fb3dbea51b869dd1ec436891b806d25ad (patch)
treec226d45b14ae604a0808be443a4ff3ee02252a14 /net/asterisk16/files/patch-frame.c
parent- Update to 0.6.5 (diff)
Update to 1.2.3.
Notes
Notes: svn path=/head/; revision=154549
Diffstat (limited to 'net/asterisk16/files/patch-frame.c')
-rw-r--r--net/asterisk16/files/patch-frame.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk16/files/patch-frame.c b/net/asterisk16/files/patch-frame.c
new file mode 100644
index 000000000000..753253c7af0d
--- /dev/null
+++ b/net/asterisk16/files/patch-frame.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- frame.c.orig Wed Jan 25 13:22:43 2006
++++ frame.c Wed Jan 25 13:21:25 2006
+@@ -1170,7 +1170,7 @@ static int g723_len(unsigned char buf)
+ {
+ switch(buf & TYPE_MASK) {
+ case TYPE_DONTSEND:
+- return 0;
++ return 2;
+ break;
+ case TYPE_SILENCE:
+ return 4;