Ignore:
Timestamp:
Jun 22, 2006 6:51:50 PM (18 years ago)
Author:
bennylp
Message:

Modify all applications because of changed in WAV port API (removed user_data from argument)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/resampleplay.c

    r531 r541  
    122122    /* Create the file port. */ 
    123123    status = pjmedia_wav_player_port_create( pool, argv[pj_optind], 0, 0, 
    124                                              0, 0, &file_port); 
     124                                             0, &file_port); 
    125125    if (status != PJ_SUCCESS) { 
    126126        app_perror(THIS_FILE, "Unable to open file", status); 
Note: See TracChangeset for help on using the changeset viewer.