Fixing a warning discovered while compiling with clang.
Review URL: http://webrtc-codereview.appspot.com/120003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@441 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
057efc8f98
commit
5cc9c68e8d
@ -1152,7 +1152,7 @@ ACMGenericCodec::EnableDTX()
|
||||
{
|
||||
if(WebRtcCng_CreateEnc(&_ptrDTXInst) < 0)
|
||||
{
|
||||
_ptrDTXInst = false;
|
||||
_ptrDTXInst = NULL;
|
||||
return -1;
|
||||
}
|
||||
WebRtc_UWord16 freqHz;
|
||||
|
Loading…
x
Reference in New Issue
Block a user