Changeset 663 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 10 Apr 2014, 02:39:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r662 r663 1438 1438 READ_UVLC( uiCode, "vps_num_rep_formats_minus1" ); 1439 1439 vps->setVpsNumRepFormats( uiCode + 1 ); 1440 1441 // The value of vps_num_rep_formats_minus1 shall be in the range of 0 to 255, inclusive. 1442 assert( vps->getVpsNumRepFormats() > 0 && vps->getVpsNumRepFormats() <= 256 ); 1443 1440 1444 for(i = 0; i < vps->getVpsNumRepFormats(); i++) 1441 1445 { … … 1454 1458 else 1455 1459 { 1460 // When not present, the value of rep_format_idx_present_flag is inferred to be equal to 0 1456 1461 vps->setRepFormatIdxPresentFlag( false ); 1457 1462 } 1463 1458 1464 if( vps->getRepFormatIdxPresentFlag() ) 1459 1465 {
Note: See TracChangeset for help on using the changeset viewer.