shithub: openh264

Download patch

ref: 317ac1ca85a876da28084d9fefbd94c646033318
parent: 56c895ffb44fa95889b7630b52ebd71d90cfb764
author: ruil2 <ruil2@cisco.com>
date: Fri Dec 5 12:36:03 EST 2014

change info level as default 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_DEBUG	///< default log iLevel in Wels codec
+  WELS_LOG_DEFAULT     = WELS_LOG_INFO	///< default log iLevel in Wels codec
 };
 
 /**