Remove deprecated AudioCodingModule::Destroy.
Have Channel hold a pointer rather than reference, and shorten the name. TESTED=trybots R=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2256004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4820 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -28,7 +28,6 @@ AudioCoder::AudioCoder(uint32_t instanceID)
|
||||
|
||||
AudioCoder::~AudioCoder()
|
||||
{
|
||||
AudioCodingModule::Destroy(_acm);
|
||||
}
|
||||
|
||||
int32_t AudioCoder::SetEncodeCodec(const CodecInst& codecInst,
|
||||
|
||||
Reference in New Issue
Block a user