
This CL fixes the problem described in issue 4021. In summary, of the very first packet coming in to NetEq gets rejected because the RTP payload type is unknown, subsequent GetAudio calls would trigger asserts (in debug builds). The problem was that the first_packet_ variable was reset and new_codec_ was set, even though the packet was discarded further down the line. Now, these variables are modified after the packet has been verified. BUG=4021 R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/29089004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7724 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
No description provided
Languages
C++
76%
C
16%
Python
2.3%
Java
2.1%
Objective-C++
1.5%
Other
1.9%