Changeset 660 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 10 Apr 2014, 01:39:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.