Make an AudioEncoder subclass for iLBC
BUG=3926 R=henrik.lundin@webrtc.org, kjellander@google.com TBR=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/32649005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7828 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -1621,7 +1621,8 @@ int NetEQTest_encode(int coder, int16_t *indata, int frameLen, unsigned char * e
|
||||
#endif
|
||||
#ifdef CODEC_ILBC
|
||||
else if (coder==webrtc::kDecoderILBC) { /*iLBC */
|
||||
cdlen=WebRtcIlbcfix_Encode(iLBCenc_inst[k], indata,frameLen,(int16_t*)encoded);
|
||||
cdlen = WebRtcIlbcfix_Encode(iLBCenc_inst[k], indata,
|
||||
frameLen, encoded);
|
||||
}
|
||||
#endif
|
||||
#if (defined(CODEC_ISAC) || defined(NETEQ_ISACFIX_CODEC)) // TODO(hlundin): remove all NETEQ_ISACFIX_CODEC
|
||||
|
||||
Reference in New Issue
Block a user