| Index: webrtc/modules/video_coding/include/video_codec_interface.h
|
| diff --git a/webrtc/modules/video_coding/include/video_codec_interface.h b/webrtc/modules/video_coding/include/video_codec_interface.h
|
| index f0a11e7a532316356a2f52bcf4d98f40d376ed84..cc5b7e427a76a9401d5e7346e8c02abe8ab1de1e 100644
|
| --- a/webrtc/modules/video_coding/include/video_codec_interface.h
|
| +++ b/webrtc/modules/video_coding/include/video_codec_interface.h
|
| @@ -13,13 +13,13 @@
|
|
|
| #include <vector>
|
|
|
| +#include "webrtc/api/video/video_frame.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/include/module_common_types.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"
|
| -#include "webrtc/video_frame.h"
|
|
|
| namespace webrtc {
|
|
|
|
|