Changeset 6101 for pjproject/trunk/pjmedia/include/pjmedia-codec/config.h
- Timestamp:
- Nov 6, 2019 8:10:42 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-codec/config.h
r5791 r6101 572 572 573 573 /** 574 * Determine the log level of the native openH264 log which will be forwarded 575 * to the library's log. 576 * Set to WELS_LOG_QUIET to disable logging, or WELS_LOG_DETAIL for debugging. 577 * 578 * Default: WELS_LOG_ERROR. 579 */ 580 #ifndef PJMEDIA_CODEC_OPENH264_LOG_LEVEL 581 # define PJMEDIA_CODEC_OPENH264_LOG_LEVEL WELS_LOG_ERROR 582 #endif 583 /** 574 584 * @} 575 585 */
Note: See TracChangeset
for help on using the changeset viewer.