Remove the useless dummy state parameter to WebRtcG711_*
R=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27029004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7609 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -27,7 +27,7 @@ ACMPCMU::~ACMPCMU() {}
|
||||
int16_t ACMPCMU::InternalEncode(uint8_t* bitstream,
|
||||
int16_t* bitstream_len_byte) {
|
||||
*bitstream_len_byte = WebRtcG711_EncodeU(
|
||||
NULL, &in_audio_[in_audio_ix_read_], frame_len_smpl_ * num_channels_,
|
||||
&in_audio_[in_audio_ix_read_], frame_len_smpl_ * num_channels_,
|
||||
reinterpret_cast<int16_t*>(bitstream));
|
||||
|
||||
// Increment the read index this tell the caller that how far
|
||||
|
||||
Reference in New Issue
Block a user