Chromium Code Reviews| Index: remoting/proto/audio.proto |
| diff --git a/remoting/proto/audio.proto b/remoting/proto/audio.proto |
| index fe69e0f112314248953454be911d81ad4d67f432..dacfb5e273ba01387966f94791e5a87c5fd5155c 100644 |
| --- a/remoting/proto/audio.proto |
| +++ b/remoting/proto/audio.proto |
| @@ -22,7 +22,7 @@ message AudioPacket { |
| enum Encoding { |
| ENCODING_INVALID = -1; |
| ENCODING_RAW = 0; // Uncompressed encoding |
| - ENCODING_VORBIS = 1; |
| + ENCODING_OPUS = 1; |
| ENCODING_SPEEX = 2; |
| } |