video_coding: Updating seq number for old zero size packets. Updating function name to reflect zero size packets and not empty packets.
Review URL: http://webrtc-codereview.appspot.com/333009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1307 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -34,8 +34,8 @@ class VCMDecodingState {
|
||||
// Set the decoding state one frame back.
|
||||
void SetStateOneBack(const VCMFrameBuffer* frame);
|
||||
// Update the sequence number if the timestamp matches current state and the
|
||||
// packet is empty.
|
||||
void UpdateEmptyPacket(const VCMPacket* packet);
|
||||
// packet is of zero size.
|
||||
void UpdateZeroSizePacket(const VCMPacket* packet);
|
||||
void SetSeqNum(uint16_t new_seq_num);
|
||||
void Reset();
|
||||
uint32_t time_stamp() const;
|
||||
|
||||
Reference in New Issue
Block a user