Enhanced documentation. Replaced DCHECK with CHECK.

R=kwiberg@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#8461}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8461 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
jmarusic@webrtc.org
2015-02-23 15:27:52 +00:00
parent 962c62475e
commit 2acec4cc32
3 changed files with 7 additions and 6 deletions

View File

@ -32,7 +32,8 @@ extern "C" {
* Output:
* - encoded : Encoded data vector (big endian 16 bit)
*
* Returned value : Size in bytes of encoded
* Returned value : Length (in bytes) of coded data.
* Always equal to twice the len input parameter.
*/
int16_t WebRtcPcm16b_Encode(const int16_t* speech,