shithub: openh264

Download patch

ref: e757dce0e4a8abc788accbcd30eb4e441d98f878
parent: 7d7a5c28bc0d63897e5ab524e535f8c0ed1ff351
author: Haibo Zhu <haibozhu@cisco.com>
date: Wed May 20 16:54:51 EDT 2015

Change the trace level from INFO to DEBUG to avoid too many traces

--- a/codec/decoder/core/src/decoder_core.cpp
+++ b/codec/decoder/core/src/decoder_core.cpp
@@ -1976,7 +1976,7 @@
   WelsDecodeAccessUnitEnd (pCtx);
 
   if (ERR_NONE != iErr) {
-    WelsLog (& (pCtx->sLogCtx), WELS_LOG_INFO, "returned error from decoding:[0x%x]", iErr);
+    WelsLog (& (pCtx->sLogCtx), WELS_LOG_DEBUG, "returned error from decoding:[0x%x]", iErr);
     return iErr;
   }