Changeset 760 for pjproject/trunk
- Timestamp:
- Oct 10, 2006 6:33:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/pasound.c
r759 r760 85 85 goto on_break; 86 86 87 if (input == NULL) 88 return paContinue; 89 87 90 if (stream->thread_initialized == 0) { 88 91 status = pj_thread_register("pa_rec", stream->thread_desc, … … 129 132 if (stream->quit_flag) 130 133 goto on_break; 134 135 if (output == NULL) 136 return paContinue; 131 137 132 138 if (stream->thread_initialized == 0) {
Note: See TracChangeset
for help on using the changeset viewer.