Changeset 1489 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
2 Dec 2015, 23:30:10 (9 years ago)
Author:
seregin
Message:

store VPS with a picture, VPS is a static pointer for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncAnalyze.h

    r1447 r1489  
    145145    Double dScale   = dFps / 1000 / (Double)m_uiNumPic;
    146146
     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
    147151    Double MSEBasedSNR[MAX_NUM_COMPONENT];
     152#endif
    148153    if (printMSEBasedSNR)
    149154    {
Note: See TracChangeset for help on using the changeset viewer.