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

Unified Diff: remoting/protocol/content_description.cc

Issue 10831246: Speex encoding/decoding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 4 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
Index: remoting/protocol/content_description.cc
diff --git a/remoting/protocol/content_description.cc b/remoting/protocol/content_description.cc
index 9f7d5d54f0f30c2285bc4dbf25125838461f67ee..eb2a892989468ea2790afb34ef4d8e64b359b414 100644
--- a/remoting/protocol/content_description.cc
+++ b/remoting/protocol/content_description.cc
@@ -49,6 +49,7 @@ const NameMapElement<ChannelConfig::Codec> kCodecs[] = {
{ ChannelConfig::CODEC_VP8, "vp8" },
{ ChannelConfig::CODEC_ZIP, "zip" },
{ ChannelConfig::CODEC_VORBIS, "vorbis" },
+ { ChannelConfig::CODEC_SPEEX, "speex" },
};
// Format a channel configuration tag for chromotocol session description,

Powered by Google App Engine
This is Rietveld 408576698