Revert r4146 "Revert 4104 "Refactor jitter buffer to use separate lists for de...""
TBR=tnakamura@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1677004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4232 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -32,7 +32,7 @@ class VCMDecodingState {
|
||||
bool ContinuousFrame(const VCMFrameBuffer* frame) const;
|
||||
void SetState(const VCMFrameBuffer* frame);
|
||||
void CopyFrom(const VCMDecodingState& state);
|
||||
void UpdateEmptyFrame(const VCMFrameBuffer* frame);
|
||||
bool UpdateEmptyFrame(const VCMFrameBuffer* frame);
|
||||
// Update the sequence number if the timestamp matches current state and the
|
||||
// sequence number is higher than the current one. This accounts for packets
|
||||
// arriving late.
|
||||
|
Reference in New Issue
Block a user