video_coding - JB: Ensuring that every frame is inserted only once to the list
Review URL: http://webrtc-codereview.appspot.com/114006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@391 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -1903,7 +1903,7 @@ int JitterBufferTest(CmdArgs& args)
|
||||
packet.seqNum = seqNum;
|
||||
packet.timestamp = timeStamp;
|
||||
packet.frameType = kVideoFrameDelta;
|
||||
TEST(kFirstPacket == jb.InsertPacket(frameIn, packet));
|
||||
TEST(kIncomplete == jb.InsertPacket(frameIn, packet));
|
||||
// insert an additional data packet
|
||||
seqNum = 2;
|
||||
packet.isFirstPacket = false;
|
||||
|
||||
Reference in New Issue
Block a user