Index: remoting/proto/audio.proto |
diff --git a/remoting/proto/audio.proto b/remoting/proto/audio.proto |
index eabfcfeb55b31b949a3a070ac6161709ec921f5b..23177e90cff143534f3d74f2a7229d9535a7093d 100644 |
--- a/remoting/proto/audio.proto |
+++ b/remoting/proto/audio.proto |
@@ -19,7 +19,8 @@ message AudioPacket { |
enum Encoding { |
ENCODING_INVALID = -1; |
ENCODING_RAW = 0; // Uncompressed encoding |
- ENCODING_OGG = 1; |
+ ENCODING_VORBIS = 1; |
+ ENCODING_SPEEX = 2; |
} |
optional Encoding encoding = 3 [default = ENCODING_INVALID]; |