Build fix.
TBR=perkj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/472001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1963 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a6a9964346
commit
8fe17df6bc
@ -313,7 +313,7 @@ WebRtc_Word32 ViEChannel::SetSendCodec(const VideoCodec& video_codec,
|
||||
"%s: could not register payload type", __FUNCTION__);
|
||||
return -1;
|
||||
}
|
||||
if (mtu_ != -1) {
|
||||
if (mtu_ != 0) {
|
||||
rtp_rtcp->SetMaxTransferUnit(mtu_);
|
||||
}
|
||||
if (restart_rtp) {
|
||||
|
Loading…
Reference in New Issue
Block a user