Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: remoting/proto/audio.proto

Issue 2254673002: Remove dependency on AudioStub in ConnectionToClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/client_session_unittest.cc ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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];
« no previous file with comments | « remoting/host/client_session_unittest.cc ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698