shithub: openh264

Download patch

ref: fdb938a2c2a578d789f5c4452d916fae4567225d
parent: 2c69638773e0e9ef3167a3fe641173afe0e1d426
author: ruil2 <ruil2@cisco.com>
date: Tue Dec 16 10:29:56 EST 2014

modify WELS_LOG_WARNING as the default trace level

--- a/codec/api/svc/codec_app_def.h
+++ b/codec/api/svc/codec_app_def.h
@@ -328,7 +328,7 @@
   WELS_LOG_DETAIL      = 1 << 4,        ///< per packet/frame log
   WELS_LOG_RESV        = 1 << 5,        ///< resversed log iLevel
   WELS_LOG_LEVEL_COUNT = 6,
-  WELS_LOG_DEFAULT     = WELS_LOG_INFO	///< default log iLevel in Wels codec
+  WELS_LOG_DEFAULT     = WELS_LOG_WARNING	///< default log iLevel in Wels codec
 };
 
 /**