| Index: webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc b/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc
|
| index f2fe43276d25f906dba3e660d90381859a5121a9..fae59078b1fbd80385cfbc6e143074244be57997 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc
|
| @@ -17,6 +17,8 @@
|
| #include "webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h"
|
|
|
| namespace {
|
| +using webrtc::fec_private_tables::kPacketMaskBurstyTbl;
|
| +using webrtc::fec_private_tables::kPacketMaskRandomTbl;
|
|
|
| // Allow for different modes of protection for packets in UEP case.
|
| enum ProtectionMode {
|
|
|