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:
@ -450,7 +450,7 @@ bool AudioDecoderOpus::PacketHasFec(const uint8_t* encoded,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
AudioDecoderCng::AudioDecoderCng() {
|
AudioDecoderCng::AudioDecoderCng() {
|
||||||
DCHECK_EQ(0, WebRtcCng_CreateDec(&dec_state_));
|
CHECK_EQ(0, WebRtcCng_CreateDec(&dec_state_));
|
||||||
}
|
}
|
||||||
|
|
||||||
AudioDecoderCng::~AudioDecoderCng() {
|
AudioDecoderCng::~AudioDecoderCng() {
|
||||||
|
Reference in New Issue
Block a user