Ignore:
Timestamp:
11 Dec 2015, 00:05:48 (8 years ago)
Author:
seregin
Message:

infer parameters in SPS after activation, fixing chroma scaling for non 4:2:0

File:
1 edited

Legend:

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

    r1465 r1502  
    161161  Void          clearSliceBuffer()           {m_picSym.clearSliceBuffer();         }
    162162
    163 #if SVC_EXTENSION
    164   const Window& getConformanceWindow() const { return m_picSym.getSlice(0)->getConformanceWindow(); }
    165 #else
    166163  const Window& getConformanceWindow() const { return m_picSym.getSPS().getConformanceWindow(); }
    167 #endif
    168164  Window        getDefDisplayWindow() const  { return m_picSym.getSPS().getVuiParametersPresentFlag() ? m_picSym.getSPS().getVuiParameters()->getDefaultDisplayWindow() : Window(); }
    169165
Note: See TracChangeset for help on using the changeset viewer.