Changeset 885 in SHVCSoftware
- Timestamp:
- 16 Sep 2014, 17:11:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r882 r885 1363 1363 if(vps->getDirectDependencyFlag(j, i)) 1364 1364 { 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); 1367 1366 } 1368 1367 }
Note: See TracChangeset for help on using the changeset viewer.