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]; |