From 8fe17df6bca129457a03511e81156e3083cdd326 Mon Sep 17 00:00:00 2001 From: "mflodman@webrtc.org" Date: Fri, 30 Mar 2012 14:52:38 +0000 Subject: [PATCH] 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 --- src/video_engine/vie_channel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_engine/vie_channel.cc b/src/video_engine/vie_channel.cc index 1e89ac6061..3bf3af890b 100644 --- a/src/video_engine/vie_channel.cc +++ b/src/video_engine/vie_channel.cc @@ -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) {