Make cricket::VideoFrame inherit webrtc::VideoFrame. Delete

all methods but a few constructors. And similarly for the
subclass cricket::WebRtcVideoFrame.

TBR=tkchin@webrtc.org  # Added an include line
BUG=webrtc:5682

Review-Url: https://codereview.webrtc.org/2315663002
Cr-Commit-Position: refs/heads/master@{#14576}
This commit is contained in:
nisse
2016-10-07 08:16:54 -07:00
committed by Commit bot
parent 0d382efbdc
commit dda6ec008a
14 changed files with 38 additions and 2000 deletions

View File

@ -26,6 +26,7 @@
#include "webrtc/base/bind.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/thread.h"
#include "webrtc/common_video/include/corevideo_frame_buffer.h"
#include "webrtc/common_video/rotation.h"