| Index: webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc
|
| diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.cc b/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc
|
| similarity index 98%
|
| rename from webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.cc
|
| rename to webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc
|
| index df9275a6eda1004287e8d9c37c32d20e0a82ed8b..cc520bedfd0c79694c0b332981409ac80d1f9acc 100644
|
| --- a/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.cc
|
| +++ b/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
|
| + * Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
|
| *
|
| * Use of this source code is governed by a BSD-style license
|
| * that can be found in the LICENSE file in the root of the source
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h"
|
| +#include "webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h"
|
|
|
| #include <limits>
|
| #include <utility>
|
|
|