Make prioritized RTX padding default again

r30936 accidentally made it defualt off. This reverts to the old
behavior by default.

Bug: webrtc:8975, chromium:1066442
Change-Id: I415d2f74bb7321f17b4039ca43cbd53c3e3725f9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172445
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30954}
This commit is contained in:
Erik Språng 2020-03-31 15:41:59 +02:00 committed by Commit Bot
parent 00b46f7f2a
commit 7ee8a88064

View File

@ -154,7 +154,7 @@ class RtpRtcp : public Module, public RtcpFeedbackSenderInterface {
// make padding potentially more useful.
// If false, the last packet will always be picked. This may reduce CPU
// overhead.
bool enable_rtx_padding_prioritization = false;
bool enable_rtx_padding_prioritization = true;
private:
RTC_DISALLOW_COPY_AND_ASSIGN(Configuration);