| 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.h b/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h
|
| similarity index 98%
|
| copy from webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h
|
| copy to webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h
|
| index 8d9cbb03f9cf590d7d7e235b25fdcc2213ca2af8..35620f57db7b439f396b9ac87c7894b7e623325d 100644
|
| --- a/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h
|
| +++ b/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_H_
|
| -#define WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_H_
|
| +#ifndef WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_PLR_BASED_H_
|
| +#define WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_PLR_BASED_H_
|
|
|
| #include <memory>
|
|
|
| @@ -104,4 +104,4 @@ class FecController final : public Controller {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_H_
|
| +#endif // WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_PLR_BASED_H_
|
|
|