Fix infinite loop bug introduced in r1174.
Merges CleanUpSizeZeroFrames with CleanUpOldFrames, and changes the behavior to go through all frames looking for empty frames. TBR=mikhals BUG= TEST= Review URL: http://webrtc-codereview.appspot.com/318013 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1186 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -161,7 +161,6 @@ private:
|
||||
VCMFrameListItem* FindOldestCompleteContinuousFrame(bool enableDecodable);
|
||||
|
||||
void CleanUpOldFrames();
|
||||
void CleanUpSizeZeroFrames();
|
||||
|
||||
void VerifyAndSetPreviousFrameLost(VCMFrameBuffer& frame);
|
||||
bool IsPacketRetransmitted(const VCMPacket& packet) const;
|
||||
@@ -189,7 +188,6 @@ private:
|
||||
const void* notUsed);
|
||||
// Decide whether should wait for NACK (mainly relevant for hybrid mode)
|
||||
bool WaitForNack();
|
||||
VCMFrameListItem* FindOldestSequenceNum() const;
|
||||
|
||||
WebRtc_Word32 _vcmId;
|
||||
WebRtc_Word32 _receiverId;
|
||||
|
||||
Reference in New Issue
Block a user