Changeset 641 in SHVCSoftware


Ignore:
Timestamp:
23 Mar 2014, 09:05:20 (11 years ago)
Author:
seregin
Message:

fix initialization for m_vertPhasePositionEnableFlag in SPS to be aligned with the WD, when not present it shall be equal to 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.cpp

    r631 r641  
    26642664  ::memset(m_ltRefPicPocLsbSps, 0, sizeof(m_ltRefPicPocLsbSps));
    26652665  ::memset(m_usedByCurrPicLtSPSFlag, 0, sizeof(m_usedByCurrPicLtSPSFlag));
     2666
     2667#if P0312_VERT_PHASE_ADJ
     2668  ::memset(m_vertPhasePositionEnableFlag, 0, sizeof(m_vertPhasePositionEnableFlag));
     2669#endif
    26662670}
    26672671
Note: See TracChangeset for help on using the changeset viewer.