Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: webrtc/test/frame_utils.cc

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Rebased. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/test/frame_utils.cc
diff --git a/webrtc/test/frame_utils.cc b/webrtc/test/frame_utils.cc
index b332b8fb918d8ff041e7090fae6b705631994d08..86f0d7ceabc0f6e105f6334f31e86609ecdd4f4d 100644
--- a/webrtc/test/frame_utils.cc
+++ b/webrtc/test/frame_utils.cc
@@ -8,8 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include <cstdio>
the sun 2016/12/05 22:36:29 we generally use stdio.h etc
nisse-webrtc 2016/12/06 12:02:15 I see. There are only 8 other uses of cstdio.
nisse-webrtc 2016/12/13 15:08:02 Done.
+#include <cstring>
+
+#include "webrtc/api/video/i420_buffer.h"
+#include "webrtc/api/video/video_frame.h"
#include "webrtc/test/frame_utils.h"
-#include "webrtc/video_frame.h"
namespace webrtc {
namespace test {

Powered by Google App Engine
This is Rietveld 408576698