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>2011-04-29 12:53:57 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2011-05-14 12:09:08 +0400
commit900f1e56774900eb088f2ba1723b86b33d46a540 (patch)
tree6c257d01f6c12668185d935c1e2830fb5ebd538f /src/Message.h
parentd9324c2d787ac2956320d8533b3ddad65e9624e4 (diff)
Opus support for the server
Untested but should work because it's only a minor modification of the existing CELT/Speex code.
Diffstat (limited to 'src/Message.h')
-rw-r--r--src/Message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Message.h b/src/Message.h
index 526e5ccff..5f9038ffc 100644
--- a/src/Message.h
+++ b/src/Message.h
@@ -69,7 +69,7 @@
class MessageHandler {
public:
- enum UDPMessageType { UDPVoiceCELTAlpha, UDPPing, UDPVoiceSpeex, UDPVoiceCELTBeta };
+ enum UDPMessageType { UDPVoiceCELTAlpha, UDPPing, UDPVoiceSpeex, UDPVoiceCELTBeta, UDPVoiceOpus };
#define MUMBLE_MH_MSG(x) x,
enum MessageType {