Changeset 756 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 29 Apr 2014, 23:55:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r755 r756 1220 1220 #else 1221 1221 READ_CODE( 3, uiCode, "max_tid_il_ref_pics_plus1[i]" ); vps->setMaxTidIlRefPicsPlus1(i, uiCode); 1222 #if N0120_MAX_TID_REF_CFG1223 1222 assert( uiCode <= vps->getMaxTLayers()); 1224 #else1225 assert( uiCode <= vps->getMaxTLayers()+ 1 );1226 #endif1227 1223 #endif 1228 1224 }
Note: See TracChangeset for help on using the changeset viewer.