mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 15:20:42 +01:00
Remove log line that states that FlexFEC is disabled.
This log line adds no value, since the enable state of the feature can already be deduced from the list of field trials. Instead, this log line only contributes log spam in calls where `SetRemoteContent` is called often. Bug: chromium:1177690 Change-Id: Icafb537de9388df5475919432b3c99f28170e7de Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/207428 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33267}
This commit is contained in:
parent
6e35ecec1b
commit
17ec2fc443
1 changed files with 0 additions and 1 deletions
|
@ -817,7 +817,6 @@ bool WebRtcVideoChannel::GetChangedSendParameters(
|
|||
|
||||
// Never enable sending FlexFEC, unless we are in the experiment.
|
||||
if (!IsEnabled(call_->trials(), "WebRTC-FlexFEC-03")) {
|
||||
RTC_LOG(LS_INFO) << "WebRTC-FlexFEC-03 field trial is not enabled.";
|
||||
for (VideoCodecSettings& codec : negotiated_codecs)
|
||||
codec.flexfec_payload_type = -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue