Chromium Code Reviews| Index: webrtc/modules/video_coding/frame_buffer2_unittest.cc |
| diff --git a/webrtc/modules/video_coding/frame_buffer2_unittest.cc b/webrtc/modules/video_coding/frame_buffer2_unittest.cc |
| index ebcbeb0254fe9c33f9cb00ea91e0cb564984f36a..6079bb95dd09cdad0033bce7d72b85faa70d7c9a 100644 |
| --- a/webrtc/modules/video_coding/frame_buffer2_unittest.cc |
| +++ b/webrtc/modules/video_coding/frame_buffer2_unittest.cc |
| @@ -299,7 +299,7 @@ TEST_F(TestFrameBuffer2, DropTemporalLayerSlowDecoder) { |
| uint32_t ts = Rand(); |
| InsertFrame(pid, 0, ts, false); |
| - InsertFrame(pid + 1, 0, ts + kFps20, false); |
| + InsertFrame(pid + 1, 0, ts + kFps20, false, pid); |
|
philipel
2016/11/08 09:27:13
Just an error I found as I was working on the new
|
| for (int i = 2; i < 10; i += 2) { |
| uint32_t ts_tl0 = ts + i / 2 * kFps10; |
| InsertFrame(pid + i, 0, ts_tl0, false, pid + i - 2); |