Ignore:
Timestamp:
Jul 19, 2011 8:40:20 AM (13 years ago)
Author:
nanang
Message:

Re #1326:

  • Fixed compile warnings on vs2005
  • Fixed compile error when PJMEDIA_HAS_VIDEO set to 0 on vs2005
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/test/vid_port_test.c

    r3664 r3666  
    3232                                pjmedia_event *event) 
    3333{ 
     34    PJ_UNUSED_ARG(esub); 
     35 
    3436    if (event->type == PJMEDIA_EVENT_WND_CLOSED) 
    3537        is_quitting = PJ_TRUE; 
     
    4749    pjmedia_vid_port_param param; 
    4850    pjmedia_video_format_detail *vfd; 
    49     pjmedia_vid_dev_cb cb; 
    5051    pjmedia_event_subscription esub; 
    5152    pj_status_t status; 
     
    181182        PJMEDIA_FORMAT_I420 
    182183    }; 
    183     pj_status_t status; 
    184184 
    185185    PJ_LOG(3, (THIS_FILE, " Video port tests:")); 
Note: See TracChangeset for help on using the changeset viewer.