When _audioConfigured, should not try to use the _video.
Review URL: http://webrtc-codereview.appspot.com/224004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@758 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
0d55c8f96d
commit
76aea651ff
@ -1074,6 +1074,9 @@ RTPSender::ProcessBitrate()
|
||||
|
||||
Bitrate::Process();
|
||||
_nackBitrate.Process();
|
||||
|
||||
if (_audioConfigured)
|
||||
return;
|
||||
_video->ProcessBitrate();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user