Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Jemlich <pcgod@users.sourceforge.net>2012-06-08 10:44:02 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2012-06-08 10:44:02 +0400
commitf0c16f33ba18243459ef5176a56f01212c0154c0 (patch)
treea5eb36a99e50f3c9b9e3edf0c4defbd9599f899e /src/murmur/Server.h
parent3c2dec5be247716ac007313365bd10b0fbfa88b8 (diff)
Murmur: add Opus threshold option
Diffstat (limited to 'src/murmur/Server.h')
-rw-r--r--src/murmur/Server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/murmur/Server.h b/src/murmur/Server.h
index ea208b043..bbd4757f9 100644
--- a/src/murmur/Server.h
+++ b/src/murmur/Server.h
@@ -132,6 +132,7 @@ class Server : public QThread {
bool bRememberChan;
int iMaxTextMessageLength;
int iMaxImageMessageLength;
+ int iOpusThreshold;
bool bAllowHTML;
QString qsPassword;
QString qsWelcomeText;