Fix typo in r4765.
Fixes compile error on all platforms. BUG= TEST=compile on tryboys R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2231004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4766 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
da2c4cede0
commit
32d640e03d
@ -115,7 +115,7 @@ int32_t VideoSender::RegisterSendCodec(const VideoCodec* sendCodec,
|
||||
_nextFrameTypes.resize(VCM_MAX(sendCodec->numberOfSimulcastStreams, 1),
|
||||
kVideoFrameDelta);
|
||||
|
||||
_mediaOpt.SetEncodingData(sendCodec->CodecType,
|
||||
_mediaOpt.SetEncodingData(sendCodec->codecType,
|
||||
sendCodec->maxBitrate * 1000,
|
||||
sendCodec->maxFramerate * 1000,
|
||||
sendCodec->startBitrate * 1000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user