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:
@ -516,13 +516,6 @@ void CDXChannelDlg::SetSendCodec()
|
|||||||
}
|
}
|
||||||
TEST_MUSTPASS(_vieCodec->SetSendCodec(_channelId, codec),-5);
|
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)
|
if (codec.codecType == webrtc::kVideoCodecI420)
|
||||||
{ // Need to set the receive codec size
|
{ // Need to set the receive codec size
|
||||||
_vieCodec->SetReceiveCodec(_channelId, codec);
|
_vieCodec->SetReceiveCodec(_channelId, codec);
|
||||||
|
Reference in New Issue
Block a user