Changeset 660 in SHVCSoftware for branches/SHM-6-dev
- Timestamp:
- 10 Apr 2014, 01:39:56 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r659 r660 1453 1453 vps->setVpsNumRepFormats( vps->getMaxLayers() ); 1454 1454 } 1455 1456 // The value of vps_num_rep_formats_minus1 shall be in the range of 0 to 255, inclusive. 1457 assert( vps->getVpsNumRepFormats() > 0 && vps->getVpsNumRepFormats() <= 256 ); 1458 1455 1459 for(i = 0; i < vps->getVpsNumRepFormats(); i++) 1456 1460 { -
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r659 r660 1076 1076 if( vps->getRepFormatIdxPresentFlag() ) 1077 1077 { 1078 // The value of vps_num_rep_formats_minus1 shall be in the range of 0 to 255, inclusive. 1079 assert( vps->getVpsNumRepFormats() > 0 && vps->getVpsNumRepFormats() <= 256 ); 1080 1078 1081 #if O0096_REP_FORMAT_INDEX 1079 1082 #if !VPS_EXTN_UEV_CODING
Note: See TracChangeset for help on using the changeset viewer.