Negotiation of LNTF controls instantiation of RTPSenderVideo::rtp_sequence_number_map_

Bug: webrtc:10662
Change-Id: I9e6b8636d915646c2a822599f5b1735494429ab9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138217
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28059}
This commit is contained in:
Elad Alon
2019-05-24 13:50:56 +02:00
committed by Commit Bot
parent 0730872af2
commit a0e9943ca6
8 changed files with 28 additions and 30 deletions

View File

@ -187,7 +187,7 @@ class RtpRtcpImplTest : public ::testing::Test {
sender_video_ = absl::make_unique<RTPSenderVideo>(
&clock_, sender_.impl_->RtpSender(), nullptr, &playout_delay_oracle_,
nullptr, false, FieldTrialBasedConfig());
nullptr, false, false, FieldTrialBasedConfig());
memset(&codec_, 0, sizeof(VideoCodec));
codec_.plType = 100;