Chromium Code Reviews

Unified Diff: webrtc/modules/video_coding/utility/ivf_file_writer.h

Issue 2877703002: Move webrtc/video_frame to common_video/include. (Closed)
Patch Set: Update internal includes. Delete video_image.h. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/video_coding/utility/ivf_file_writer.h
diff --git a/webrtc/modules/video_coding/utility/ivf_file_writer.h b/webrtc/modules/video_coding/utility/ivf_file_writer.h
index b556111aa5c1fc436dea85e967d65e9f269ee652..374b80700abbfd571be12e9094543fdf0c0d1ffc 100644
--- a/webrtc/modules/video_coding/utility/ivf_file_writer.h
+++ b/webrtc/modules/video_coding/utility/ivf_file_writer.h
@@ -17,8 +17,8 @@
#include "webrtc/base/constructormagic.h"
#include "webrtc/base/file.h"
#include "webrtc/base/timeutils.h"
+#include "webrtc/common_video/include/video_frame.h"
#include "webrtc/modules/include/module_common_types.h"
-#include "webrtc/video_frame.h"
namespace webrtc {

Powered by Google App Engine