Changeset 1383 in SHVCSoftware


Ignore:
Timestamp:
31 Jul 2015, 19:18:27 (9 years ago)
Author:
seregin
Message:

fix for getConformanceWindow, issue reported by O. Nakagami <Ohji.Nakagami@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComPic.h

    r1290 r1383  
    157157  Void          clearSliceBuffer()           {m_picSym.clearSliceBuffer();         }
    158158
     159#if SVC_EXTENSION
     160  const Window& getConformanceWindow() const { return m_picSym.getSlice(0)->getConformanceWindow(); }
     161#else
    159162  const Window& getConformanceWindow() const { return m_picSym.getSPS().getConformanceWindow(); }
     163#endif
    160164  Window        getDefDisplayWindow() const  { return m_picSym.getSPS().getVuiParametersPresentFlag() ? m_picSym.getSPS().getVuiParameters()->getDefaultDisplayWindow() : Window(); }
    161165
Note: See TracChangeset for help on using the changeset viewer.