Chromium Code Reviews| Index: remoting/proto/audio.proto |
| diff --git a/remoting/proto/audio.proto b/remoting/proto/audio.proto |
| index dacfb5e273ba01387966f94791e5a87c5fd5155c..f64daaed748a1492f3fc7999a017e68a4001006c 100644 |
| --- a/remoting/proto/audio.proto |
| +++ b/remoting/proto/audio.proto |
| @@ -23,7 +23,6 @@ message AudioPacket { |
| ENCODING_INVALID = -1; |
| ENCODING_RAW = 0; // Uncompressed encoding |
| ENCODING_OPUS = 1; |
| - ENCODING_SPEEX = 2; |
| } |
| optional Encoding encoding = 3 [default = ENCODING_INVALID]; |