Changeset 4023


Ignore:
Timestamp:
Apr 5, 2012 1:56:05 AM (12 years ago)
Author:
ming
Message:

Misc (Re #1446): Fixed wrong setting of pjsua_app's options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r4020 r4023  
    14371437 
    14381438        case OPT_CAPTURE_DEV: 
    1439             cfg->vid.vcapture_dev = atoi(pj_optarg); 
     1439            cfg->capture_dev = atoi(pj_optarg); 
    14401440            break; 
    14411441 
    14421442        case OPT_PLAYBACK_DEV: 
    1443             cfg->vid.vrender_dev = atoi(pj_optarg); 
     1443            cfg->playback_dev = atoi(pj_optarg); 
    14441444            break; 
    14451445 
Note: See TracChangeset for help on using the changeset viewer.