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:
pbos@webrtc.org
2013-04-09 00:28:06 +00:00
parent 6faf71d27b
commit 0946a56023
382 changed files with 8469 additions and 8488 deletions

View File

@ -21,14 +21,14 @@
typedef struct
{
WebRtc_UWord16 seqNumber;
WebRtc_UWord32 timeStamp;
WebRtc_UWord32 ssrc;
uint16_t seqNumber;
uint32_t timeStamp;
uint32_t ssrc;
int payloadType;
const WebRtc_Word16 *payload;
WebRtc_Word16 payloadLen;
WebRtc_Word16 starts_byte1;
WebRtc_Word16 rcuPlCntr;
const int16_t *payload;
int16_t payloadLen;
int16_t starts_byte1;
int16_t rcuPlCntr;
} RTPPacket_t;
/****************************************************************************
@ -47,7 +47,7 @@ typedef struct
* -1 - Error
*/
int WebRtcNetEQ_RTPPayloadInfo(WebRtc_Word16* pw16_Datagram, int i_DatagramLen,
int WebRtcNetEQ_RTPPayloadInfo(int16_t* pw16_Datagram, int i_DatagramLen,
RTPPacket_t* RTPheader);
/****************************************************************************