| Index: webrtc/modules/video_coding/nack_fec_tables.h
|
| diff --git a/webrtc/modules/video_coding/main/source/nack_fec_tables.h b/webrtc/modules/video_coding/nack_fec_tables.h
|
| similarity index 85%
|
| rename from webrtc/modules/video_coding/main/source/nack_fec_tables.h
|
| rename to webrtc/modules/video_coding/nack_fec_tables.h
|
| index b82bb1b4baf97fe98b464b2af1dbec73bf8c0d06..54265ce232286dc7ff5f734ba1fae0401ede6a1e 100644
|
| --- a/webrtc/modules/video_coding/main/source/nack_fec_tables.h
|
| +++ b/webrtc/modules/video_coding/nack_fec_tables.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_VIDEO_CODING_SOURCE_NACK_FEC_TABLES_H_
|
| -#define WEBRTC_MODULES_VIDEO_CODING_SOURCE_NACK_FEC_TABLES_H_
|
| +#ifndef WEBRTC_MODULES_VIDEO_CODING_NACK_FEC_TABLES_H_
|
| +#define WEBRTC_MODULES_VIDEO_CODING_NACK_FEC_TABLES_H_
|
|
|
| namespace webrtc
|
| {
|
| @@ -123,4 +123,4 @@ const uint16_t VCMNackFecTable[100] = {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_VIDEO_CODING_SOURCE_NACK_FEC_TABLES_H_
|
| +#endif // WEBRTC_MODULES_VIDEO_CODING_NACK_FEC_TABLES_H_
|
|
|