Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index 587b90d753ce3f3eb092dfd01edb8b1b68303719..a9194031fce1e797b93200c015fef6ebee1d2e87 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -772,6 +772,11 @@ struct RTPHeaderExtension { |
// ts_126114v120700p.pdf |
bool hasVideoRotation; |
uint8_t videoRotation; |
+ |
+ // Value of -1 represents that there is no valid playout delay value |
+ // specified. |
+ int16_t min_playout_delay_ms; |
+ int16_t max_playout_delay_ms; |
sprang_webrtc
2016/05/24 14:46:08
Maybe you can have a small separate struct Playout
Irfan
2016/05/25 09:32:53
Done.
|
}; |
struct RTPHeader { |