| Index: webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h b/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h
|
| index ff6de43b76918533c220d891a68fa3f991d59bcf..a2d188695785a368f9be1340f540874347d0ba00 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_H_
|
| -#define WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_H_
|
| +#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_RANDOM_H_
|
| +#define WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_RANDOM_H_
|
|
|
| // This file contains a set of packets masks for the FEC code. The masks in
|
| // this table are specifically designed to favor recovery to random loss.
|
| @@ -24519,4 +24519,4 @@ const uint8_t** kPacketMaskRandomTbl[48] = {
|
| };
|
|
|
| } // namespace
|
| -#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_H_
|
| +#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_RANDOM_H_
|
|
|