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

Unified Diff: webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc

Issue 2744213002: Remove dead test code and fix usage print-out for other tests (Closed)
Patch Set: Created 3 years, 9 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/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc
diff --git a/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc b/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc
index a734bb0643bcf1e5c5c8b37f1ca9cd938ef57e27..33518a718e2dc6a7f93973a9bb6bedd8f938c644 100644
--- a/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc
+++ b/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc
@@ -121,7 +121,7 @@ int main(int argc, char* argv[]) {
printf("iSAC-swb version %s \n\n", version_number);
printf("Usage:\n\n");
- printf("./kenny.exe [-I] bottleneck_value infile outfile \n\n");
+ printf("%s [-I] bottleneck_value infile outfile \n\n", argv[0]);
printf("with:\n");
printf("[-FS num] : sampling frequency in kHz, valid values are\n");
printf(" 16 & 32, with 16 as default.\n");
« no previous file with comments | « webrtc/modules/audio_coding/codecs/isac/fix/test/test_iSACfixfloat.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698