Ignore:
Timestamp:
Nov 6, 2019 8:10:42 AM (4 years ago)
Author:
riza
Message:

Close #2250: Enable OpenH264 native log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec/config.h

    r5791 r6101  
    572572 
    573573/** 
     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/** 
    574584 * @} 
    575585 */ 
Note: See TracChangeset for help on using the changeset viewer.