Changeset 885 in SHVCSoftware


Ignore:
Timestamp:
16 Sep 2014, 17:11:53 (10 years ago)
Author:
seregin
Message:

remove a check for max_tid_il_ref_pics_plus1, ticket #36

File:
1 edited

Legend:

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

    r882 r885  
    13631363        if(vps->getDirectDependencyFlag(j, i))
    13641364        {
    1365           READ_CODE( 3, uiCode, "max_tid_il_ref_pics_plus1[i][j]" ); vps->setMaxTidIlRefPicsPlus1(i, j, uiCode);
    1366           assert( uiCode <= vps->getMaxTLayers());
     1365          READ_CODE( 3, uiCode, "max_tid_il_ref_pics_plus1[i][j]" ); vps->setMaxTidIlRefPicsPlus1(i, j, uiCode);         
    13671366        }
    13681367      }
Note: See TracChangeset for help on using the changeset viewer.