shithub: openh264

Download patch

ref: b208cac1c52e013afbcfd5387f1c16133cd17757
parent: 916d24d99e67b4101265034c85f3deb511d524f0
parent: fdb938a2c2a578d789f5c4452d916fae4567225d
author: sijchen <sijchen@cisco.com>
date: Thu Dec 18 05:11:19 EST 2014

Merge pull request #1638 from ruil2/default_trace

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
 };
 
 /**