Revert "Make VoiceEngine choose ACM2 by default"

The reason for reverting is that Issue 3143 should be resolved
first.

TBR=henrika@webrtc.org
BUG=3143

Review URL: https://webrtc-codereview.appspot.com/12119005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5926 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org 2014-04-17 10:12:27 +00:00
parent 0b3c6c3191
commit e2e9abb3bc

View File

@ -86,7 +86,7 @@ int VoiceEngineImpl::Release() {
VoiceEngine* VoiceEngine::Create() {
Config* config = new Config();
config->Set<AudioCodingModuleFactory>(new NewAudioCodingModuleFactory());
config->Set<AudioCodingModuleFactory>(new AudioCodingModuleFactory());
return GetVoiceEngine(config, true);
}