Changeset 564 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 27 Jan 2014, 17:54:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r562 r564 1021 1021 #endif 1022 1022 1023 #if JCTVC_M0458_INTERLAYER_RPS_SIG 1024 WRITE_FLAG(vps->getMaxOneActiveRefLayerFlag(), "max_one_active_ref_layer_flag"); 1025 #endif 1023 WRITE_FLAG(vps->getMaxOneActiveRefLayerFlag(), "max_one_active_ref_layer_flag"); 1026 1024 #if O0062_POC_LSB_NOT_PRESENT_FLAG 1027 1025 for(i = 1; i< vps->getMaxLayers(); i++) … … 1604 1602 } 1605 1603 1606 #if JCTVC_M0458_INTERLAYER_RPS_SIG1604 #if SVC_EXTENSION 1607 1605 #if ILP_SSH_SIG 1608 1606 #if ILP_SSH_SIG_FIX … … 1643 1641 } 1644 1642 } 1645 #endif 1643 #endif //SVC_EXTENSION 1646 1644 1647 1645 if(pcSlice->getSPS()->getUseSAO())
Note: See TracChangeset for help on using the changeset viewer.