Index: webrtc/rtc_tools/video_analysis.py |
diff --git a/webrtc/tools/video_analysis.py b/webrtc/rtc_tools/video_analysis.py |
similarity index 99% |
rename from webrtc/tools/video_analysis.py |
rename to webrtc/rtc_tools/video_analysis.py |
index 4bc45ffdffd91e8ba818c06b5ed1fd43798839cf..885c2f542b653752984e033d0a3716f8f1d65844 100755 |
--- a/webrtc/tools/video_analysis.py |
+++ b/webrtc/rtc_tools/video_analysis.py |
@@ -408,7 +408,7 @@ def FlipAndCropRecordings(options, test_file_name, test_file_location, |
def CompareVideos(options, cropped_ref_file, cropped_test_file): |
- """Runs the compare_video.py script from src/webrtc/tools using the file path. |
+ """Runs the compare_video.py script from src/webrtc/rtc_tools using the file path. |
Uses the path from recording_result and writes the output to a file named |
<options.app_name + '_' + CURRENT_TIME + '_result.txt> in the reference video |