Changeset 2103 for pjproject/trunk/pjsip-apps/src/samples/mix.c
- Timestamp:
- Jul 4, 2008 11:49:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/mix.c
r2039 r2103 70 70 PJ_LOG(3,(THIS_FILE, "%s error: %s", title, errmsg)); 71 71 return 1; 72 } 73 74 static void usage(void) 75 { 76 puts(desc); 72 77 } 73 78 … … 101 106 if (clock_rate < 1000) { 102 107 puts("Error: invalid clock rate"); 108 usage(); 103 109 return -1; 104 110 } … … 113 119 if (pj_optind == argc) { 114 120 puts("Error: no WAV output is specified"); 121 usage(); 115 122 return 1; 116 123 }
Note: See TracChangeset
for help on using the changeset viewer.