Changeset 1041 for pjproject/trunk/pjmedia/src/pjmedia/dsound.c
- Timestamp:
- Mar 5, 2007 1:13:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/dsound.c
r974 r1041 57 57 static unsigned dev_count; 58 58 static struct dsound_dev_info dev_info[MAX_HARDWARE]; 59 59 static int snd_init_count; 60 60 61 61 … … 638 638 unsigned i; 639 639 640 if (++snd_init_count != 1) 641 return PJ_SUCCESS; 642 640 643 pool_factory = factory; 641 644 … … 667 670 PJ_DEF(pj_status_t) pjmedia_snd_deinit(void) 668 671 { 672 --snd_init_count; 669 673 return PJ_SUCCESS; 670 674 }
Note: See TracChangeset
for help on using the changeset viewer.