Changeset 5139 for pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp
- Timestamp:
- Jul 30, 2015 1:42:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp
r5131 r5139 1708 1708 pj_str_t codec_str = str2Pj(codec_id); 1709 1709 PJSUA2_CHECK_EXPR(pjsua_vid_codec_set_priority(&codec_str, priority)); 1710 #else 1711 PJ_UNUSED_ARG(codec_id); 1712 PJ_UNUSED_ARG(priority); 1710 1713 #endif 1711 1714 } … … 1719 1722 1720 1723 PJSUA2_CHECK_EXPR(pjsua_vid_codec_get_param(&codec_str, pj_param)); 1724 #else 1725 PJ_UNUSED_ARG(codec_id); 1721 1726 #endif 1722 1727 return pj_param; … … 1731 1736 1732 1737 PJSUA2_CHECK_EXPR(pjsua_vid_codec_set_param(&codec_str, pj_param)); 1738 #else 1739 PJ_UNUSED_ARG(codec_id); 1740 PJ_UNUSED_ARG(param); 1733 1741 #endif 1734 1742 }
Note: See TracChangeset
for help on using the changeset viewer.