summaryrefslogtreecommitdiff
path: root/modules/rtp_rtcp/interface/rtp_rtcp_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rtp_rtcp/interface/rtp_rtcp_defines.h')
-rw-r--r--modules/rtp_rtcp/interface/rtp_rtcp_defines.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/rtp_rtcp/interface/rtp_rtcp_defines.h b/modules/rtp_rtcp/interface/rtp_rtcp_defines.h
index e1bec5fc..99808439 100644
--- a/modules/rtp_rtcp/interface/rtp_rtcp_defines.h
+++ b/modules/rtp_rtcp/interface/rtp_rtcp_defines.h
@@ -198,12 +198,14 @@ struct RtpState {
start_timestamp(0),
timestamp(0),
capture_time_ms(-1),
- last_timestamp_time_ms(-1) {}
+ last_timestamp_time_ms(-1),
+ media_has_been_sent(false) {}
uint16_t sequence_number;
uint32_t start_timestamp;
uint32_t timestamp;
int64_t capture_time_ms;
int64_t last_timestamp_time_ms;
+ bool media_has_been_sent;
};
class RtpData