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

Unified Diff: webrtc/modules/video_coding/codecs/i420/i420.cc

Issue 1418753002: Move i420 files to the right location (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 months 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
« no previous file with comments | « webrtc/modules/video_coding/codecs/i420/OWNERS ('k') | webrtc/modules/video_coding/codecs/i420/i420.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/codecs/i420/i420.cc
diff --git a/webrtc/modules/video_coding/codecs/i420/main/source/i420.cc b/webrtc/modules/video_coding/codecs/i420/i420.cc
similarity index 98%
rename from webrtc/modules/video_coding/codecs/i420/main/source/i420.cc
rename to webrtc/modules/video_coding/codecs/i420/i420.cc
index 065a2d76ccb66c74ba4b8a1327416fa3fd2b0a2d..b2f82a0e0e32d9e2a19cd1a60a4d83bd9767d082 100644
--- a/webrtc/modules/video_coding/codecs/i420/main/source/i420.cc
+++ b/webrtc/modules/video_coding/codecs/i420/i420.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/video_coding/codecs/i420/main/interface/i420.h"
+#include "webrtc/modules/video_coding/codecs/i420/include/i420.h"
#include <limits>
#include <string>
« no previous file with comments | « webrtc/modules/video_coding/codecs/i420/OWNERS ('k') | webrtc/modules/video_coding/codecs/i420/i420.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698