Changeset 397 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
17 Sep 2013, 18:53:51 (12 years ago)
Author:
seregin
Message:

set max_tid_il_ref_pics_plus1 and max_tid_ref_present_flag in the config file (configuration setting). Patch provided by Hahyun Lee <hanilee@…>

File:
1 edited

Legend:

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

    r394 r397  
    10041004    {
    10051005      READ_CODE( 3, uiCode, "max_sublayer_for_ilp_plus1[i]" ); vps->setMaxSublayerForIlpPlus1(i, uiCode);
     1006#if N0120_MAX_TID_REF_CFG
     1007      assert( uiCode <= vps->getMaxTLayers());
     1008#else
    10061009      assert( uiCode <= vps->getMaxTLayers()+ 1 );
     1010#endif
    10071011    }
    10081012  }
Note: See TracChangeset for help on using the changeset viewer.