Changeset 1489 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 2 Dec 2015, 23:30:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncAnalyze.h
r1447 r1489 145 145 Double dScale = dFps / 1000 / (Double)m_uiNumPic; 146 146 147 #if SVC_EXTENSION 148 // SHM: to avoid compiler warning of possible usage of uninitialized variable 149 Double MSEBasedSNR[MAX_NUM_COMPONENT] = {0, }; 150 #else 147 151 Double MSEBasedSNR[MAX_NUM_COMPONENT]; 152 #endif 148 153 if (printMSEBasedSNR) 149 154 {
Note: See TracChangeset for help on using the changeset viewer.