Move VideoFrame and related declarations to webrtc/api/video.

Moves webrtc/common_video/rotation.h and parts of
webrtc/common_video/include/video_frame_buffer.h and
webrtc/video_frame.h, and adds to a new GN target api:video_frame_api.

BUG=webrtc:5880

Review-Url: https://codereview.webrtc.org/2517173004
Cr-Commit-Position: refs/heads/master@{#15993}
This commit is contained in:
nisse
2017-01-10 07:44:26 -08:00
committed by Commit bot
parent 658024ee92
commit af916899cc
95 changed files with 803 additions and 607 deletions

View File

@ -13,8 +13,8 @@
#include <jni.h>
#include "webrtc/api/video/video_rotation.h"
#include "webrtc/common_video/include/video_frame_buffer.h"
#include "webrtc/common_video/rotation.h"
namespace webrtc_jni {

View File

@ -15,9 +15,9 @@
#include "webrtc/sdk/android/src/jni/jni_helpers.h"
#include "webrtc/sdk/android/src/jni/native_handle_impl.h"
#include "webrtc/api/video/video_frame_buffer.h"
#include "webrtc/base/refcount.h"
#include "webrtc/base/scoped_ref_ptr.h"
#include "webrtc/common_video/include/video_frame_buffer.h"
namespace webrtc_jni {