| Index: webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h
|
| diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h b/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h
|
| index 52d026589f91ad26d10e1e3677e19e112b0e56d4..3913abbdaa175815873121e7e4ed034a899dd225 100644
|
| --- a/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h
|
| +++ b/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h
|
| @@ -36,13 +36,11 @@ class FecControllerPlrBased final : public Controller {
|
| Config(bool initial_fec_enabled,
|
| const ThresholdCurve& fec_enabling_threshold,
|
| const ThresholdCurve& fec_disabling_threshold,
|
| - int time_constant_ms,
|
| - const Clock* clock);
|
| + int time_constant_ms);
|
| bool initial_fec_enabled;
|
| ThresholdCurve fec_enabling_threshold;
|
| ThresholdCurve fec_disabling_threshold;
|
| int time_constant_ms;
|
| - const Clock* clock;
|
| };
|
|
|
| // Dependency injection for testing.
|
|
|