Cleanup code.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2269 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pwestin@webrtc.org
2012-05-22 14:23:25 +00:00
parent e231c61ba7
commit 0d71c1cfe0

View File

@@ -717,11 +717,6 @@ bool ViECodecImpl::CodecValid(const VideoCodec& video_codec) {
video_codec.minBitrate);
return false;
}
if (video_codec.numberOfSimulcastStreams == 1) {
WEBRTC_TRACE(kTraceError, kTraceVideo, -1,
"Number of Simulcast streams can not be 1");
return false;
}
return true;
}