commit | be7a9e5f8adf8cf8a7f1b3c37f57479cd116c470 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Thu May 19 12:19:35 2016 +0200 |
committer | philipel <philipel@webrtc.org> | Thu May 19 10:19:44 2016 +0000 |
tree | 2303b53912a4606b4d251942c156ac9dd3e8f085 | |
parent | 84f9b98450d6ce32863e9ee7e5136600403f5053 [diff] [blame] |
Revert "Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ )" Also disabled modules_unittest.TestFrameBuffer2.* in drmemory. This reverts commit b711f10d9683b9de6ee78186f77b225fc7ebfb8f. TBR=honghaiz@webrtc.org BUG= Review URL: https://codereview.webrtc.org/1991133003 . Cr-Commit-Position: refs/heads/master@{#12806}
diff --git a/webrtc/modules/video_coding/frame_object.h b/webrtc/modules/video_coding/frame_object.h index 80ab0ec..e8bb481 100644 --- a/webrtc/modules/video_coding/frame_object.h +++ b/webrtc/modules/video_coding/frame_object.h
@@ -31,6 +31,7 @@ // have to be constructed from the header data relevant to that codec. uint16_t picture_id; uint8_t spatial_layer; + uint32_t timestamp; size_t num_references; uint16_t references[kMaxFrameReferences];