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

Unified Diff: remoting/protocol/content_description.cc

Issue 10832418: Removed Vorbis from the audio codecs and replaced it with Opus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resync-ed to top of tree 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
« no previous file with comments | « remoting/proto/audio.proto ('k') | remoting/protocol/session_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/content_description.cc
diff --git a/remoting/protocol/content_description.cc b/remoting/protocol/content_description.cc
index 61c3ff864af8ce360327daa24da2db1bd333c3ef..a9995d6d1d825a3efce2fb0f92eff4258dbfd254 100644
--- a/remoting/protocol/content_description.cc
+++ b/remoting/protocol/content_description.cc
@@ -48,7 +48,7 @@ const NameMapElement<ChannelConfig::Codec> kCodecs[] = {
{ ChannelConfig::CODEC_VERBATIM, "verbatim" },
{ ChannelConfig::CODEC_VP8, "vp8" },
{ ChannelConfig::CODEC_ZIP, "zip" },
- { ChannelConfig::CODEC_VORBIS, "vorbis" },
+ { ChannelConfig::CODEC_OPUS, "opus" },
{ ChannelConfig::CODEC_SPEEX, "speex" },
};
@@ -134,7 +134,7 @@ ContentDescription* ContentDescription::Copy() const {
// <control transport="stream" version="1" />
// <event transport="datagram" version="1" />
// <video transport="stream" codec="vp8" version="1" />
-// <audio transport="stream" codec="vorbis" version="1" />
+// <audio transport="stream" codec="opus" version="1" />
// <authentication>
// Message created by Authenticator implementation.
// </authentication>
« no previous file with comments | « remoting/proto/audio.proto ('k') | remoting/protocol/session_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698