Index: webrtc/test/frame_utils.h |
diff --git a/webrtc/test/frame_utils.h b/webrtc/test/frame_utils.h |
index aef3c9ff2af201fb6dd272a75b6a8973ad6f4c20..cb922dbebe040b9c4c49d4520db4644ad2633468 100644 |
--- a/webrtc/test/frame_utils.h |
+++ b/webrtc/test/frame_utils.h |
@@ -14,8 +14,10 @@ |
#include "webrtc/base/scoped_ref_ptr.h" |
namespace webrtc { |
+class I420Buffer; |
class VideoFrame; |
class VideoFrameBuffer; |
+ |
namespace test { |
bool EqualPlane(const uint8_t* data1, |
@@ -38,6 +40,8 @@ bool FramesEqual(const webrtc::VideoFrame& f1, const webrtc::VideoFrame& f2); |
bool FrameBufsEqual(const rtc::scoped_refptr<webrtc::VideoFrameBuffer>& f1, |
const rtc::scoped_refptr<webrtc::VideoFrameBuffer>& f2); |
+rtc::scoped_refptr<I420Buffer> ReadI420Buffer(int width, int height, FILE *); |
+ |
} // namespace test |
} // namespace webrtc |