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:
@ -25,10 +25,10 @@
|
||||
* unpacking of bits from bitstream, i.e., vector of bytes
|
||||
*---------------------------------------------------------------*/
|
||||
|
||||
WebRtc_Word16 WebRtcIlbcfix_UnpackBits( /* (o) "Empty" frame indicator */
|
||||
const WebRtc_UWord16 *bitstream, /* (i) The packatized bitstream */
|
||||
int16_t WebRtcIlbcfix_UnpackBits( /* (o) "Empty" frame indicator */
|
||||
const uint16_t *bitstream, /* (i) The packatized bitstream */
|
||||
iLBC_bits *enc_bits, /* (o) Paramerers from bitstream */
|
||||
WebRtc_Word16 mode /* (i) Codec mode (20 or 30) */
|
||||
int16_t mode /* (i) Codec mode (20 or 30) */
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user