Code formatting on files touched in r4447.

BUG=
R=tina.legrand@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1979004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4500 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-08-07 14:17:05 +00:00
parent 401ef361ac
commit a165d9c0a4
11 changed files with 78 additions and 76 deletions

View File

@ -24,7 +24,7 @@ class ACMPCM16B : public ACMGenericCodec {
virtual ACMGenericCodec* CreateInstance(void) OVERRIDE;
virtual int16_t InternalEncode(uint8_t* bitstream,
int16_t* bitstream_len_byte) OVERRIDE;
int16_t* bitstream_len_byte) OVERRIDE;
virtual int16_t InternalInitEncoder(
WebRtcACMCodecParams* codec_params) OVERRIDE;
@ -34,13 +34,13 @@ class ACMPCM16B : public ACMGenericCodec {
protected:
virtual int16_t DecodeSafe(uint8_t* bitstream,
int16_t bitstream_len_byte,
int16_t* audio,
int16_t* audio_samples,
int8_t* speech_type) OVERRIDE;
int16_t bitstream_len_byte,
int16_t* audio,
int16_t* audio_samples,
int8_t* speech_type) OVERRIDE;
virtual int32_t CodecDef(WebRtcNetEQ_CodecDef& codec_def,
const CodecInst& codec_inst) OVERRIDE;
const CodecInst& codec_inst) OVERRIDE;
virtual void DestructEncoderSafe() OVERRIDE;