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

Unified Diff: webrtc/rtc_tools/video_analysis.py

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 6 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/rtc_tools/testing/utils.py ('k') | webrtc/rtc_tools/video_analysis_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webrtc/rtc_tools/testing/utils.py ('k') | webrtc/rtc_tools/video_analysis_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698