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}
This commit is contained in:
philipel
2016-05-19 12:19:35 +02:00
parent 84f9b98450
commit be7a9e5f8a
10 changed files with 577 additions and 3 deletions

View File

@ -31,6 +31,7 @@ class FrameObject {
// 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];