aboutsummaryrefslogtreecommitdiff
path: root/webrtc/video_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/video_frame.h')
-rw-r--r--webrtc/video_frame.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
index fb7d7359af..9d2ed9fd4d 100644
--- a/webrtc/video_frame.h
+++ b/webrtc/video_frame.h
@@ -13,7 +13,7 @@
#include "webrtc/base/scoped_ref_ptr.h"
#include "webrtc/common_types.h"
-#include "webrtc/common_video/interface/video_frame_buffer.h"
+#include "webrtc/common_video/include/video_frame_buffer.h"
#include "webrtc/common_video/rotation.h"
#include "webrtc/typedefs.h"
@@ -158,6 +158,8 @@ class VideoFrame {
// called on a non-native-handle frame.
VideoFrame ConvertNativeToI420Frame() const;
+ bool EqualsFrame(const VideoFrame& frame) const;
+
private:
// An opaque reference counted handle that stores the pixel data.
rtc::scoped_refptr<webrtc::VideoFrameBuffer> video_frame_buffer_;