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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user