Move webrtc/video_frame to common_video/include.

BUG=webrtc:7616

Review-Url: https://codereview.webrtc.org/2877703002
Cr-Commit-Position: refs/heads/master@{#18147}
This commit is contained in:
nisse
2017-05-15 02:42:11 -07:00
committed by Commit bot
parent c99bddfc1c
commit ea3a7987d2
23 changed files with 106 additions and 92 deletions

View File

@ -16,7 +16,7 @@
#include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"
#include "webrtc/test/gmock.h"
#include "webrtc/typedefs.h"
#include "webrtc/video_frame.h"
#include "webrtc/common_video/include/video_frame.h"
namespace webrtc {
namespace test {

View File

@ -13,7 +13,7 @@
#include <vector>
#include "webrtc/common_video/include/video_image.h"
#include "webrtc/common_types.h"
namespace webrtc {
namespace test {

View File

@ -19,13 +19,13 @@
#include "webrtc/api/video/i420_buffer.h"
#include "webrtc/api/video/video_frame.h"
#include "webrtc/base/checks.h"
#include "webrtc/common_video/include/video_frame.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
#include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
#include "webrtc/modules/video_coding/codecs/vp8/simulcast_rate_allocator.h"
#include "webrtc/modules/video_coding/codecs/vp8/temporal_layers.h"
#include "webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h"
#include "webrtc/test/gtest.h"
#include "webrtc/video_frame.h"
using ::testing::_;
using ::testing::AllOf;

View File

@ -14,7 +14,6 @@
#include <vector>
#include "webrtc/common_video/include/video_image.h"
#include "webrtc/typedefs.h"
struct vpx_codec_enc_cfg;

View File

@ -25,11 +25,11 @@
#include "webrtc/api/video/video_frame.h"
#include "webrtc/common_video/include/i420_buffer_pool.h"
#include "webrtc/common_video/include/video_frame.h"
#include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
#include "webrtc/modules/video_coding/codecs/vp8/temporal_layers.h"
#include "webrtc/modules/video_coding/include/video_codec_interface.h"
#include "webrtc/modules/video_coding/utility/quality_scaler.h"
#include "webrtc/video_frame.h"
namespace webrtc {