Changeset 1137 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 7 Jul 2015, 23:15:25 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp ΒΆ
r1136 r1137 2480 2480 #endif 2481 2481 { 2482 #if BITRATE_PICRATE_SIGNALLING2483 2482 for( j = 0; j <= vps->getMaxSLayersInLayerSetMinus1(i); j++ ) 2484 #else2485 for( j = 0; j < vps->getMaxTLayers(); j++ )2486 #endif2487 2483 { 2488 2484 if( vps->getBitRatePresentVpsFlag() )
Note: See TracChangeset for help on using the changeset viewer.