Changeset 5167 for pjproject


Ignore:
Timestamp:
Aug 21, 2015 7:10:15 AM (9 years ago)
Author:
riza
Message:

Re #1879: Fix bug in resetVideoCodecParam when not using Video build config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp

    r5165 r5167  
    17511751    PJSUA2_CHECK_EXPR(pjsua_vid_codec_set_param(&codec_str, NULL)); 
    17521752#else 
    1753     PJ_UNUSED_ARG(codec_id); 
    1754     PJ_UNUSED_ARG(param); 
     1753    PJ_UNUSED_ARG(codec_id);     
    17551754#endif   
    17561755} 
Note: See TracChangeset for help on using the changeset viewer.