Add initial support for Opus
[umurmur.git] / src / messages.h
index 69013a00136663b6e2ba63e44fcd216f327dc95f..72b51da4da0c3c271bba5e365f2f856530e19909 100644 (file)
@@ -39,7 +39,7 @@
 
 #define PROTVER_MAJOR 1
 #define PROTVER_MINOR 2
-#define PROTVER_PATCH 3
+#define PROTVER_PATCH 4
 #define PROTOCOL_VERSION ((PROTVER_MAJOR << 16) | (PROTVER_MINOR << 8) | (PROTVER_PATCH))
 
 #define PERM_NONE 0x0
@@ -98,6 +98,7 @@ typedef enum {
        UDPPing,
        UDPVoiceSpeex,
        UDPVoiceCELTBeta,
+       UDPVoiceOpus,
 } UDPMessageType_t;