WebRtc_Word32 => int32_t etc. in audio_coding/
BUG=314 Review URL: https://webrtc-codereview.appspot.com/1271006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3789 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -23,9 +23,9 @@
|
||||
*---------------------------------------------------------------*/
|
||||
|
||||
void WebRtcIlbcfix_SwapBytes(
|
||||
const WebRtc_UWord16* input, /* (i) the sequence to swap */
|
||||
WebRtc_Word16 wordLength, /* (i) number or WebRtc_UWord16 to swap */
|
||||
WebRtc_UWord16* output /* (o) the swapped sequence */
|
||||
const uint16_t* input, /* (i) the sequence to swap */
|
||||
int16_t wordLength, /* (i) number or uint16_t to swap */
|
||||
uint16_t* output /* (o) the swapped sequence */
|
||||
) {
|
||||
int k;
|
||||
for (k = wordLength; k > 0; k--) {
|
||||
|
||||
Reference in New Issue
Block a user