Changeset 837 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 25 Jul 2014, 02:41:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r836 r837 1491 1491 { 1492 1492 #if Q0078_ADD_LAYER_SETS 1493 #if R0227_BR_PR_ADD_LAYER_SET 1494 for( i = 0; i < vps->getNumLayerSets(); i++ ) 1495 #else 1493 1496 for( i = 0; i <= vps->getVpsNumLayerSetsMinus1(); i++ ) 1497 #endif 1494 1498 #else 1495 1499 for( i = 0; i < vps->getNumLayerSets(); i++ )
Note: See TracChangeset for help on using the changeset viewer.