| Index: webrtc/modules/video_coding/include/video_codec_interface.h
|
| diff --git a/webrtc/modules/video_coding/codecs/interface/video_codec_interface.h b/webrtc/modules/video_coding/include/video_codec_interface.h
|
| similarity index 89%
|
| copy from webrtc/modules/video_coding/codecs/interface/video_codec_interface.h
|
| copy to webrtc/modules/video_coding/include/video_codec_interface.h
|
| index 1e7de1f16b534f36eb4bb2da73d3950345e64149..787e64164e646a7d4288b8c1f5a5238e03c182bd 100644
|
| --- a/webrtc/modules/video_coding/codecs/interface/video_codec_interface.h
|
| +++ b/webrtc/modules/video_coding/include/video_codec_interface.h
|
| @@ -8,14 +8,14 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_CODEC_INTERFACE_H
|
| -#define WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_CODEC_INTERFACE_H
|
| +#ifndef WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODEC_INTERFACE_H_
|
| +#define WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODEC_INTERFACE_H_
|
|
|
| #include <vector>
|
|
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| -#include "webrtc/modules/video_coding/codecs/interface/video_error_codes.h"
|
| +#include "webrtc/modules/video_coding/include/video_error_codes.h"
|
| #include "webrtc/typedefs.h"
|
| #include "webrtc/video_decoder.h"
|
| #include "webrtc/video_encoder.h"
|
| @@ -98,4 +98,4 @@ struct CodecSpecificInfo
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_VIDEO_CODEC_INTERFACE_H
|
| +#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODEC_INTERFACE_H_
|
|
|