Changeset 2862
- Timestamp:
- Aug 11, 2009 6:34:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r2859 r2862 1792 1792 pj_strcat2(&cfg, line); 1793 1793 } 1794 if (config->playback_ dev!= PJMEDIA_SND_DEFAULT_PLAY_LATENCY) {1794 if (config->playback_lat != PJMEDIA_SND_DEFAULT_PLAY_LATENCY) { 1795 1795 pj_ansi_sprintf(line, "--playback-lat %d\n", config->playback_lat); 1796 1796 pj_strcat2(&cfg, line);
Note: See TracChangeset
for help on using the changeset viewer.