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

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

Issue 1969403007: FrameBuffer for the new jitter buffer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Unittest fix and feedback fixes. 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.cc
diff --git a/webrtc/modules/video_coding/frame_object.cc b/webrtc/modules/video_coding/frame_object.cc
index ea7567c18e8482b8a06c18cc019f99cd1a4f1b0a..0e74c0c944818b64b5a2cf4f28c0251f1ea8f4c3 100644
--- a/webrtc/modules/video_coding/frame_object.cc
+++ b/webrtc/modules/video_coding/frame_object.cc
@@ -18,6 +18,7 @@ namespace video_coding {
FrameObject::FrameObject()
: picture_id(0),
spatial_layer(0),
+ timestamp(0),
num_references(0),
inter_layer_predicted(false) {}

Powered by Google App Engine
This is Rietveld 408576698