Update default max nr of packets to 200.
In production code, the maximum number of packets is by default set to 200, so we should adopt the same behavior in tests. Bug: None Change-Id: I415790b7cd9fb170ea7ac94685cc6bbe14efac4d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178744 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31646}
This commit is contained in:
parent
e7c015e112
commit
9030994e91
@ -121,7 +121,7 @@ class NetEqTestFactory {
|
||||
// Prints concealment events.
|
||||
bool concealment_events = false;
|
||||
// Maximum allowed number of packets in the buffer.
|
||||
static constexpr int default_max_nr_packets_in_buffer() { return 50; }
|
||||
static constexpr int default_max_nr_packets_in_buffer() { return 200; }
|
||||
int max_nr_packets_in_buffer = default_max_nr_packets_in_buffer();
|
||||
// Number of dummy packets to put in the packet buffer at the start of the
|
||||
// simulation.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user