This CL fixes the warnings when building acm or acm test.

Review URL: http://webrtc-codereview.appspot.com/109013

git-svn-id: http://webrtc.googlecode.com/svn/trunk@397 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tina.legrand@webrtc.org
2011-08-18 06:20:30 +00:00
parent 18cec47eab
commit 2e09692006
12 changed files with 43 additions and 81 deletions

View File

@ -56,10 +56,7 @@ TestPackStereo::SendData(
WebRtc_Word32 status;
WebRtc_UWord16 payloadDataSize = payloadSize;
WebRtc_UWord8 payloadDataMaster[60 * 32 * 2 * 2];
WebRtc_UWord8 payloadDataSlave[60 * 32 * 2 * 2];
bool twoBytePerSample = false;
bool oneBytePerSample = true;
bool frameBased = false;
WebRtc_UWord8 payloadDataSlave[60 * 32 * 2 * 2];
rtpInfo.header.markerBit = false;
rtpInfo.header.ssrc = 0;
@ -470,8 +467,6 @@ void TestStereo::Run(TestPackStereo* channel)
{
AudioFrame audioFrame;
WebRtc_UWord16 SamplesIn10MsecA = _inFileA.PayloadLength10Ms();
WebRtc_UWord32 timestampA = 1;
WebRtc_Word32 outFreqHzB = _outFileB.SamplingFrequency();
WebRtc_UWord16 recSize;
WebRtc_UWord32 timeStampDiff;