Ignore:
Timestamp:
18 Feb 2015, 17:39:40 (10 years ago)
Author:
tech
Message:

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncTop.cpp

    r1124 r1131  
    896896#if H_MV
    897897  m_cPPS.setLayerId( getLayerId() );
    898 #if HHI_DEPENDENCY_SIGNALLING_I1_J0107
    899898#if H_3D
    900899  // Check if this condition is still correct
    901900  if( getVPS()->getNumRefListLayers( getLayerId() ) > 0 )
    902 #else
    903   if( getVPS()->getNumDirectRefLayers( getLayerId() ) > 0 )
    904 #endif
    905901#else
    906902  if( getVPS()->getNumDirectRefLayers( getLayerId() ) > 0 )
Note: See TracChangeset for help on using the changeset viewer.