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

Unified Diff: webrtc/rtc_tools/barcode_tools/barcode_decoder.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/barcode_tools/README ('k') | webrtc/rtc_tools/barcode_tools/barcode_encoder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/barcode_tools/barcode_decoder.py
diff --git a/webrtc/tools/barcode_tools/barcode_decoder.py b/webrtc/rtc_tools/barcode_tools/barcode_decoder.py
similarity index 99%
rename from webrtc/tools/barcode_tools/barcode_decoder.py
rename to webrtc/rtc_tools/barcode_tools/barcode_decoder.py
index b89d6a41340c9fd0f6b23a092b4798dc74c87051..2abd677b4b2cb41426ace9982ed973589443eefc 100755
--- a/webrtc/tools/barcode_tools/barcode_decoder.py
+++ b/webrtc/rtc_tools/barcode_tools/barcode_decoder.py
@@ -260,7 +260,7 @@ def main():
"""The main function.
A simple invocation is:
- ./webrtc/tools/barcode_tools/barcode_decoder.py
+ ./webrtc/rtc_tools/barcode_tools/barcode_decoder.py
--yuv_file=<path_and_name_of_overlaid_yuv_video>
--yuv_frame_width=640 --yuv_frame_height=480
--stats_file=<path_and_name_to_stats_file>
« no previous file with comments | « webrtc/rtc_tools/barcode_tools/README ('k') | webrtc/rtc_tools/barcode_tools/barcode_encoder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698