aboutsummaryrefslogtreecommitdiff
path: root/call/rtp_video_sender.h
diff options
context:
space:
mode:
Diffstat (limited to 'call/rtp_video_sender.h')
-rw-r--r--call/rtp_video_sender.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/call/rtp_video_sender.h b/call/rtp_video_sender.h
index cf71f1eff6..611edc6b27 100644
--- a/call/rtp_video_sender.h
+++ b/call/rtp_video_sender.h
@@ -178,6 +178,7 @@ class RtpVideoSender : public RtpVideoSenderInterface,
const bool send_side_bwe_with_overhead_;
const bool use_frame_rate_for_overhead_;
const bool has_packet_feedback_;
+ const bool simulate_vp9_structure_;
// TODO(holmer): Remove mutex_ once RtpVideoSender runs on the
// transport task queue.