Changeset 733 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 24 Apr 2014, 13:29:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r732 r733 1646 1646 if (vps->getNumBitstreamPartitions(h)) 1647 1647 { 1648 #if Q0182_MULTI_LAYER_HRD_UPDATE 1649 WRITE_UVLC(vps->getNumBspSchedCombinations(h) - 1, "num_bsp_sched_combinations_minus1[h]"); 1650 #else 1648 1651 WRITE_UVLC( vps->getNumBspSchedCombinations(h), "num_bsp_sched_combinations[h]"); 1652 #endif 1649 1653 for( i = 0; i < vps->getNumBspSchedCombinations(h); i++ ) 1650 1654 {
Note: See TracChangeset for help on using the changeset viewer.