| Index: webrtc/modules/video_coding/include/video_error_codes.h
|
| diff --git a/webrtc/modules/video_coding/codecs/interface/video_error_codes.h b/webrtc/modules/video_coding/include/video_error_codes.h
|
| similarity index 82%
|
| copy from webrtc/modules/video_coding/codecs/interface/video_error_codes.h
|
| copy to webrtc/modules/video_coding/include/video_error_codes.h
|
| index 28e5a32d43f8c34f24c161f22dbd90a25909d51f..0e38937c31c88a97f70cb8649d0934a2c91f2dc5 100644
|
| --- a/webrtc/modules/video_coding/codecs/interface/video_error_codes.h
|
| +++ b/webrtc/modules/video_coding/include/video_error_codes.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_ERROR_CODES_H
|
| -#define WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_ERROR_CODES_H
|
| +#ifndef WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_ERROR_CODES_H_
|
| +#define WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_ERROR_CODES_H_
|
|
|
| // NOTE: in sync with video_coding_module_defines.h
|
|
|
| @@ -29,4 +29,4 @@
|
| #define WEBRTC_VIDEO_CODEC_FALLBACK_SOFTWARE -13
|
| #define WEBRTC_VIDEO_CODEC_TARGET_BITRATE_OVERSHOOT -14
|
|
|
| -#endif // WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_ERROR_CODES_H
|
| +#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_ERROR_CODES_H_
|
|
|