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

Unified Diff: webrtc/rtc_tools/barcode_tools/barcode_encoder.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/barcode_decoder.py ('k') | webrtc/rtc_tools/barcode_tools/build_zxing.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_encoder.py
diff --git a/webrtc/tools/barcode_tools/barcode_encoder.py b/webrtc/rtc_tools/barcode_tools/barcode_encoder.py
similarity index 99%
rename from webrtc/tools/barcode_tools/barcode_encoder.py
rename to webrtc/rtc_tools/barcode_tools/barcode_encoder.py
index c0400dfcccdc629db95699408e17d08c79362c4e..9ab8b5075423992f92b8c7f87393ce02ce9e6b90 100755
--- a/webrtc/tools/barcode_tools/barcode_encoder.py
+++ b/webrtc/rtc_tools/barcode_tools/barcode_encoder.py
@@ -324,7 +324,7 @@ def main():
"""The main function.
A simple invocation will be:
- ./webrtc/tools/barcode_tools/barcode_encoder.py --barcode_height=32
+ ./webrtc/rtc_tools/barcode_tools/barcode_encoder.py --barcode_height=32
--base_frame_width=352 --base_frame_height=288
--base_yuv=<path_and_name_of_base_file>
--output_yuv=<path and name_of_output_file>
« no previous file with comments | « webrtc/rtc_tools/barcode_tools/barcode_decoder.py ('k') | webrtc/rtc_tools/barcode_tools/build_zxing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698