Minor style changes

Original CL=577007

Tested on trybots.

BUG=None
TEST=None

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2362 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
bjornv@webrtc.org 2012-06-05 08:09:23 +00:00
parent 3007b26591
commit d2acea6b30
2 changed files with 4 additions and 4 deletions

View File

@ -1068,8 +1068,8 @@ protected:
// Outputs:
// -bitStream : pointer to a buffer where the bit-stream is
// written to.
// -bitStreamLenByte : the length of the bit-stream in byte, a negative
// value indicates error.
// -bitStreamLenByte : the length of the bit-stream in bytes,
// a negative value indicates error.
//
// Return value:
// -1 if failed,

View File

@ -52,7 +52,7 @@
namespace webrtc {
#ifndef WEBRTC_CODEC_SPEEX
ACMSPEEX::ACMSPEEX(WebRtc_Word16 /* codecID*/)
ACMSPEEX::ACMSPEEX(WebRtc_Word16 /* codecID */)
: _encoderInstPtr(NULL),
_decoderInstPtr(NULL),
_complMode(0),
@ -418,7 +418,7 @@ ACMSPEEX::CodecDef(
// Fill up the structure by calling
// "SET_CODEC_PAR" & "SET_SPEEX_FUNCTION."
// Then call NetEQ to add the codec to it's
// Then call NetEQ to add the codec to its
// database.
switch(_samplingFrequency)