clean up incomplete revert in r4357
Also revert r4319, will follow up with pbos Reason for recent series of reverts: video freezes when testing with packet loss R=mikhal@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1817004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4359 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -283,7 +283,6 @@ class RTPPayloadAudioStrategy : public RTPPayloadStrategy {
|
||||
ModuleRTPUtility::Payload* payload = new ModuleRTPUtility::Payload;
|
||||
payload->name[RTP_PAYLOAD_NAME_SIZE - 1] = 0;
|
||||
strncpy(payload->name, payloadName, RTP_PAYLOAD_NAME_SIZE - 1);
|
||||
assert(frequency >= 1000);
|
||||
payload->typeSpecific.Audio.frequency = frequency;
|
||||
payload->typeSpecific.Audio.channels = channels;
|
||||
payload->typeSpecific.Audio.rate = rate;
|
||||
|
||||
Reference in New Issue
Block a user