| 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>
|
|
|