| 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 80ab0ec4ff7daa234328f5c8b4d8997bfa3e7ba6..e8bb4811e6ecd7dd319f707852f4276df553f065 100644
|
| --- a/webrtc/modules/video_coding/frame_object.h
|
| +++ b/webrtc/modules/video_coding/frame_object.h
|
| @@ -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];
|
|
|