shithub: openh264

Download patch

ref: ab4fe3fdf477c4e3e796be943d8ee4fbb5a14f51
parent: eb889c95e0f1389af99ba4534f8cc19a4de0198b
author: Martin Storsjö <martin@martin.st>
date: Tue Jun 10 05:27:54 EDT 2014

Remove an unused variable

--- a/codec/common/src/utils.cpp
+++ b/codec/common/src/utils.cpp
@@ -49,7 +49,6 @@
 
 
 iWelsLogLevel		g_iLevelLog	= WELS_LOG_DEFAULT;	// default log iLevel
-int32_t			g_iSizeLogBuf	= 1024;			// pBuffer size for each log output
 PWelsLogCallbackFunc	wlog;
 
 /*!