FrameBuffer for the new jitter buffer.

BUG=webrtc:5514
R=danilchap@webrtc.org, mflodman@webrtc.org

Review URL: https://codereview.webrtc.org/1969403007 .

Cr-Commit-Position: refs/heads/master@{#12798}
This commit is contained in:
philipel
2016-05-18 18:10:01 +02:00
parent a89ab965f2
commit a376e70cf9
9 changed files with 576 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];