summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/session_config.cc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 20:19:26 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 20:19:26 +0000
commit03021baf066b0876832c5addd71738b3ef2592c0 (patch)
tree5e7d67cc1bf7de57f288455cf7eaff1bc1280fba /remoting/protocol/session_config.cc
parent0eaa20bc3aa87e10a12bef14a16345680b919011 (diff)
downloadchromium_src-03021baf066b0876832c5addd71738b3ef2592c0.zip
chromium_src-03021baf066b0876832c5addd71738b3ef2592c0.tar.gz
chromium_src-03021baf066b0876832c5addd71738b3ef2592c0.tar.bz2
Revert 163650 - Add opus audio codec support in remoting
BUG=154714 Review URL: https://chromiumcodereview.appspot.com/11189047 TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/11252002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/session_config.cc')
-rw-r--r--remoting/protocol/session_config.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/protocol/session_config.cc b/remoting/protocol/session_config.cc
index f825302..28ffc19 100644
--- a/remoting/protocol/session_config.cc
+++ b/remoting/protocol/session_config.cc
@@ -198,10 +198,6 @@ scoped_ptr<CandidateSessionConfig> CandidateSessionConfig::CreateDefault() {
result->mutable_audio_configs()->push_back(
ChannelConfig(ChannelConfig::TRANSPORT_MUX_STREAM,
kDefaultStreamVersion,
- ChannelConfig::CODEC_OPUS));
- result->mutable_audio_configs()->push_back(
- ChannelConfig(ChannelConfig::TRANSPORT_MUX_STREAM,
- kDefaultStreamVersion,
ChannelConfig::CODEC_SPEEX));
result->mutable_audio_configs()->push_back(
ChannelConfig(ChannelConfig::TRANSPORT_STREAM,