See http://codereview.chromium.org/9188022/ for details
Review URL: http://webrtc-codereview.appspot.com/347009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1403 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
9a85b500c5
commit
553657b2f8
@ -745,7 +745,7 @@ RTPSender::SendOutgoingData(const FrameType frameType,
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
RtpVideoCodecTypes videoType;
|
||||
RtpVideoCodecTypes videoType = kRtpNoVideo;
|
||||
if(CheckPayloadType(payloadType, videoType) != 0)
|
||||
{
|
||||
WEBRTC_TRACE(kTraceError, kTraceRtpRtcp, _id, "%s invalid argument failed to find payloadType:%d", __FUNCTION__, payloadType);
|
||||
|
Loading…
Reference in New Issue
Block a user