Change error code.
TBR=henrika@webrtc.org BUG= TEST=build Review URL: https://webrtc-codereview.appspot.com/429004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1821 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
		| @@ -203,7 +203,7 @@ int VoECodecImpl::SetSendCodec(int channel, const CodecInst& codec) | |||||||
|                 _audioProcessingModulePtr->num_input_channels(), |                 _audioProcessingModulePtr->num_input_channels(), | ||||||
|                 maxNumChannels) != 0) |                 maxNumChannels) != 0) | ||||||
|         { |         { | ||||||
|             _engineStatistics.SetLastError(VE_SOUNDCARD_ERROR, kTraceError, |             _engineStatistics.SetLastError(VE_APM_ERROR, kTraceError, | ||||||
|                 "Init() failed to set APM channels for the send audio stream"); |                 "Init() failed to set APM channels for the send audio stream"); | ||||||
|             return -1; |             return -1; | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 andrew@webrtc.org
					andrew@webrtc.org