Changeset 756 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
29 Apr 2014, 23:55:59 (11 years ago)
Author:
seregin
Message:

remove macro N0120_MAX_TID_REF_CFG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r755 r756  
    12201220#else
    12211221      READ_CODE( 3, uiCode, "max_tid_il_ref_pics_plus1[i]" ); vps->setMaxTidIlRefPicsPlus1(i, uiCode);
    1222 #if N0120_MAX_TID_REF_CFG
    12231222      assert( uiCode <= vps->getMaxTLayers());
    1224 #else
    1225       assert( uiCode <= vps->getMaxTLayers()+ 1 );
    1226 #endif
    12271223#endif
    12281224    }
Note: See TracChangeset for help on using the changeset viewer.