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

Unified Diff: remoting/protocol/session_config.h

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/protocol/content_description.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/session_config.h
diff --git a/remoting/protocol/session_config.h b/remoting/protocol/session_config.h
index 5d89d67c50f0db1e107bceefd02b893f704ee6a5..ff4dbcc4db345503d6ccd955aa5bf064804b039e 100644
--- a/remoting/protocol/session_config.h
+++ b/remoting/protocol/session_config.h
@@ -32,7 +32,7 @@ struct ChannelConfig {
CODEC_VERBATIM,
CODEC_ZIP,
CODEC_VP8,
- CODEC_VORBIS,
+ CODEC_OPUS,
CODEC_SPEEX,
};
« no previous file with comments | « remoting/protocol/content_description.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698