Fixes build errors in the VCM tests introduced with r140.

Also fixes a memory problem in mt_rx_tx_test.
Review URL: http://webrtc-codereview.appspot.com/62004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@183 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
holmer@google.com
2011-07-08 12:44:58 +00:00
parent 362b3e5811
commit 12c9df1a69
7 changed files with 60 additions and 41 deletions

View File

@@ -562,12 +562,14 @@ RTPSendCallback_SizeTest::AveragePayloadSize() const
}
WebRtc_Word32
VCMEncComplete_KeyReqTest::SendData(const FrameType frameType,
const WebRtc_UWord8 payloadType,
const WebRtc_UWord32 timeStamp,
const WebRtc_UWord8* payloadData,
const WebRtc_UWord32 payloadSize,
const RTPFragmentationHeader& fragmentationHeader)
VCMEncComplete_KeyReqTest::SendData(
const FrameType frameType,
const WebRtc_UWord8 payloadType,
const WebRtc_UWord32 timeStamp,
const WebRtc_UWord8* payloadData,
const WebRtc_UWord32 payloadSize,
const RTPFragmentationHeader& fragmentationHeader,
const webrtc::RTPVideoTypeHeader* videoTypeHdr)
{
WebRtcRTPHeader rtpInfo;
rtpInfo.header.markerBit = true; // end of frame