Bugfix removed MPEG4 from windows test.

Review URL: https://webrtc-codereview.appspot.com/348010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1443 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pwestin@webrtc.org
2012-01-17 14:18:09 +00:00
parent 5621057956
commit 38e0a771d2

View File

@ -516,13 +516,6 @@ void CDXChannelDlg::SetSendCodec()
}
TEST_MUSTPASS(_vieCodec->SetSendCodec(_channelId, codec),-5);
if (codec.codecType == webrtc::kVideoCodecMPEG4)
{
unsigned char configParameterSize = 0;
_vieCodec->GetCodecConfigParameters(_channelId, codec.codecSpecific.MPEG4.configParameters, configParameterSize);
codec.codecSpecific.MPEG4.configParametersSize = configParameterSize;
_vieCodec->SetReceiveCodec(_channelId, codec);
}
if (codec.codecType == webrtc::kVideoCodecI420)
{ // Need to set the receive codec size
_vieCodec->SetReceiveCodec(_channelId, codec);