shithub: openh264

Download patch

ref: 21e9cf8b3c8e07946ae9e0bc8afd5328b94700ba
parent: f42cbaca324d1b41e8ed68a21217a043ef501c13
author: sijchen@cisco.com <sijchen@cisco.com>
date: Thu Jan 18 05:14:24 EST 2018

disable unnecessary log output

--- a/test/api/encode_options_test.cpp
+++ b/test/api/encode_options_test.cpp
@@ -2284,8 +2284,8 @@
   sParam.iTemporalLayerNum = originalTemporalLayerNum;
   sParam.iNumRefFrame = 1;
 
- int TraceLevel = WELS_LOG_INFO;
-  encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &TraceLevel);
+// int TraceLevel = WELS_LOG_INFO;
+//  encoder_->SetOption (ENCODER_OPTION_TRACE_LEVEL, &TraceLevel);
   iRet = encoder_->InitializeExt (&sParam);
   ASSERT_TRUE (iRet == cmResultSuccess) << "InitializeExt: iRet = " << iRet << " at " << sParam.iPicWidth << "x" <<
                                         sParam.iPicHeight;