Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: webrtc/modules/video_coding/frame_object.h

Issue 1969403007: FrameBuffer for the new jitter buffer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added comments. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_coding/frame_object.h
diff --git a/webrtc/modules/video_coding/frame_object.h b/webrtc/modules/video_coding/frame_object.h
index 2b39f06fcd65678cb1b505e56410a844e33f80f1..21240c3d958ef90d40cee39d2c805ec0300dc17f 100644
--- a/webrtc/modules/video_coding/frame_object.h
+++ b/webrtc/modules/video_coding/frame_object.h
@@ -33,6 +33,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;
danilchap 2016/05/13 13:31:05 do not forget to initialize this new member in con
philipel 2016/05/16 12:10:22 Done.
size_t num_references;
uint16_t references[kMaxFrameReferences];

Powered by Google App Engine
This is Rietveld 408576698