| 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 3572cd6fc5c99d59d95ed542305b84e569d51e20..1d508c4fe7090ab67ad0b95b1dec612288ee111a 100644
|
| --- a/webrtc/modules/include/module_common_types.h
|
| +++ b/webrtc/modules/include/module_common_types.h
|
| @@ -289,6 +289,9 @@ struct RTPVideoHeader {
|
| uint16_t height;
|
| VideoRotation rotation;
|
|
|
| + int min_playout_delay_ms;
|
| + int max_playout_delay_ms;
|
| +
|
| bool isFirstPacket; // first packet in frame
|
| uint8_t simulcastIdx; // Index if the simulcast encoder creating
|
| // this frame, 0 if not using simulcast.
|
|
|