summaryrefslogtreecommitdiffstats
path: root/bchannel.h
diff options
context:
space:
mode:
authorPeter Schlaile2009-03-09 09:25:26 +0100
committerroot2009-03-09 09:25:26 +0100
commitadc5448774e3ab9987955d15bcd92ab9dcca28f1 (patch)
tree2feecaff2fecca55df3b4200b1ff524d5900926a /bchannel.h
parentadded documentation for re-buffer option (diff)
downloadlcr-adc5448774e3ab9987955d15bcd92ab9dcca28f1.tar.gz
lcr-adc5448774e3ab9987955d15bcd92ab9dcca28f1.tar.xz
lcr-adc5448774e3ab9987955d15bcd92ab9dcca28f1.zip
simplified rebuffer-mode to make large block sizes work better
Thanks to Kristijan Vrban for the patch!
Diffstat (limited to 'bchannel.h')
-rw-r--r--bchannel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bchannel.h b/bchannel.h
index 267f8b7..f7b3860 100644
--- a/bchannel.h
+++ b/bchannel.h
@@ -30,8 +30,6 @@ struct bchannel {
int b_dtmf;
int b_bf_len;
unsigned char b_bf_key[128];
- int rebuffer_usage;
- unsigned char rebuffer[160];
};