| Index: webrtc/rtc_tools/frame_editing/frame_editing.cc
|
| diff --git a/webrtc/tools/frame_editing/frame_editing.cc b/webrtc/rtc_tools/frame_editing/frame_editing.cc
|
| similarity index 97%
|
| rename from webrtc/tools/frame_editing/frame_editing.cc
|
| rename to webrtc/rtc_tools/frame_editing/frame_editing.cc
|
| index 015d5d99ae5d72bd53298542923ac173703a2841..9030674c015d26b6bbf8283cc46a90be3ab9a6c8 100644
|
| --- a/webrtc/tools/frame_editing/frame_editing.cc
|
| +++ b/webrtc/rtc_tools/frame_editing/frame_editing.cc
|
| @@ -8,13 +8,13 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/tools/frame_editing/frame_editing_lib.h"
|
| +#include "webrtc/rtc_tools/frame_editing/frame_editing_lib.h"
|
|
|
| #include <stdio.h>
|
| #include <stdlib.h>
|
| #include <string.h>
|
|
|
| -#include "webrtc/tools/simple_command_line_parser.h"
|
| +#include "webrtc/rtc_tools/simple_command_line_parser.h"
|
|
|
| // A command-line tool to edit a YUV-video (I420 sub-sampled).
|
| int main(int argc, char** argv) {
|
|
|