Changeset 4216 for pjproject


Ignore:
Timestamp:
Jul 27, 2012 2:00:29 PM (12 years ago)
Author:
nanang
Message:

Re #1562: fixed typo in pjsua app video option help: the default for "--vrender-dev" should be "-2".

File:
1 edited

Legend:

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

    r4129 r4216  
    341341    puts  ("  --video             Enable video"); 
    342342    puts  ("  --vcapture-dev=id   Video capture device ID (default=-1)"); 
    343     puts  ("  --vrender-dev=id    Video render device ID (default=-1)"); 
     343    puts  ("  --vrender-dev=id    Video render device ID (default=-2)"); 
    344344    puts  ("  --play-avi=FILE     Load this AVI as virtual capture device"); 
    345345    puts  ("  --auto-play-avi     Automatically play the AVI media to call"); 
Note: See TracChangeset for help on using the changeset viewer.