Changeset 541 for pjproject/trunk/pjsip-apps/src/samples/resampleplay.c
- Timestamp:
- Jun 22, 2006 6:51:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/resampleplay.c
r531 r541 122 122 /* Create the file port. */ 123 123 status = pjmedia_wav_player_port_create( pool, argv[pj_optind], 0, 0, 124 0, 0,&file_port);124 0, &file_port); 125 125 if (status != PJ_SUCCESS) { 126 126 app_perror(THIS_FILE, "Unable to open file", status);
Note: See TracChangeset
for help on using the changeset viewer.