| Index: webrtc/modules/include/module_common_types.h
|
| diff --git a/webrtc/modules/include/module_common_types.h b/webrtc/modules/include/module_common_types.h
|
| index 4d38c67fe77c9450f70b88704f9d26c0f17a9d1d..d29f178a9540143baef38cda721fb818ba8da1ba 100644
|
| --- a/webrtc/modules/include/module_common_types.h
|
| +++ b/webrtc/modules/include/module_common_types.h
|
| @@ -61,6 +61,8 @@ struct RTPVideoHeader {
|
|
|
| VideoContentType content_type;
|
|
|
| + VideoTiming video_timing;
|
| +
|
| bool is_first_packet_in_frame;
|
| uint8_t simulcastIdx; // Index if the simulcast encoder creating
|
| // this frame, 0 if not using simulcast.
|
|
|