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

Unified Diff: webrtc/modules/audio_coding/neteq/test/RTPencode.cc

Issue 2195353002: Migrated target RTPencode to GN (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 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
Index: webrtc/modules/audio_coding/neteq/test/RTPencode.cc
diff --git a/webrtc/modules/audio_coding/neteq/test/RTPencode.cc b/webrtc/modules/audio_coding/neteq/test/RTPencode.cc
index 149f2826582929d5454743c20bb5363df63893b8..4ccf4fbdcbf2c40d656c9b455a9179eac771e02d 100644
--- a/webrtc/modules/audio_coding/neteq/test/RTPencode.cc
+++ b/webrtc/modules/audio_coding/neteq/test/RTPencode.cc
@@ -322,8 +322,9 @@ int main(int argc, char* argv[]) {
printf("Application to encode speech into an RTP stream.\n");
printf("The program reads a PCM file and encodes is using the specified "
"codec.\n");
- printf("The coded speech is packetized in RTP packest and written to the "
aleloi 2016/08/01 14:32:21 Noticed spelling mistake when I did a test run.
- "output file.\n");
+ printf(
+ "The coded speech is packetized in RTP packets and written to the "
+ "output file.\n");
printf("The format of the RTP stream file is simlilar to that of "
"rtpplay,\n");
printf("but with the receive time euqal to 0 for all packets.\n");
« webrtc/modules/audio_coding/BUILD.gn ('K') | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698