Index: webrtc/modules/audio_processing/test/unpack.cc |
diff --git a/webrtc/modules/audio_processing/test/unpack.cc b/webrtc/modules/audio_processing/test/unpack.cc |
index 2484828bd18662ea1bb5ae15306dd0adcd28719f..2e335f0ac0626817f7771f3017be6b5126d61ea9 100644 |
--- a/webrtc/modules/audio_processing/test/unpack.cc |
+++ b/webrtc/modules/audio_processing/test/unpack.cc |
@@ -28,9 +28,9 @@ DEFINE_string(output_file, "ref_out", |
"The name of the reference output stream file."); |
DEFINE_string(reverse_file, "reverse", |
"The name of the reverse input stream file."); |
-DEFINE_string(delay_file, "delay.int32", "The name of the delay file."); |
-DEFINE_string(drift_file, "drift.int32", "The name of the drift file."); |
-DEFINE_string(level_file, "level.int32", "The name of the level file."); |
+DEFINE_string(delay_file, "delay.int32_t", "The name of the delay file."); |
hlundin-webrtc
2015/09/22 09:57:31
Don't change these. They are file names.
|
+DEFINE_string(drift_file, "drift.int32_t", "The name of the drift file."); |
+DEFINE_string(level_file, "level.int32_t", "The name of the level file."); |
DEFINE_string(keypress_file, "keypress.bool", "The name of the keypress file."); |
DEFINE_string(settings_file, "settings.txt", "The name of the settings file."); |
DEFINE_bool(full, false, |