Don't use DCHECK when you need the side effects...
R=pbos@webrtc.org TBR=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/32369004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7625 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
45ecf4c092
commit
b8425bc4f3
@ -450,7 +450,7 @@ bool AudioDecoderOpus::PacketHasFec(const uint8_t* encoded,
|
||||
#endif
|
||||
|
||||
AudioDecoderCng::AudioDecoderCng() {
|
||||
DCHECK_EQ(0, WebRtcCng_CreateDec(&dec_state_));
|
||||
CHECK_EQ(0, WebRtcCng_CreateDec(&dec_state_));
|
||||
}
|
||||
|
||||
AudioDecoderCng::~AudioDecoderCng() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user